class OpenStruct

Public Instance Methods

to_h() click to toggle source
# File lib/malt/core_ext.rb, line 100
def to_h #ash
  @table.dup
end
to_struct() click to toggle source
# File lib/malt/core_ext.rb, line 95
def to_struct
  self
end