class Hash

Public Instance Methods

to_struct() click to toggle source
# File lib/Olib.rb, line 24
def to_struct
  OpenStruct.new self
end