Method: Visor::Common::Extensions::Object#to_openstruct

Defined in:
lib/common/extensions/object.rb

#to_openstructself

Pass from Hash.to_openstruct

Returns:

  • (self)

    The object itself.



17
18
19
# File 'lib/common/extensions/object.rb', line 17

def to_openstruct
  self
end