ruby/lib/ostruct/version.rb
2019-12-22 21:48:54 -05:00

5 lines
72 B
Ruby

# frozen_string_literal: true
class OpenStruct
VERSION = "0.2.0"
end