Method: Hash#to_struct

Defined in:
lib/Olib.rb,
lib/Olib/character/group.rb

#to_structObject



24
25
26
# File 'lib/Olib.rb', line 24

def to_struct
  OpenStruct.new self
end