class Struct

Public Instance Methods

to_h() click to toggle source
# File lib/malt/core_ext.rb, line 85
def to_h
  Hash[members.zip(values)]
end
to_struct() click to toggle source
# File lib/malt/core_ext.rb, line 81
def to_struct
  self
end