class Hash

def to_struct

Returns an EacRubyUtils::Struct out of its receiver.
def to_struct
  ::EacRubyUtils::Struct.new(self)
end