Class: Object

Inherits:
BasicObject
Defined in:
lib/dorian/to_struct.rb

Instance Method Summary collapse

Instance Method Details

#to_deep_structObject



26
27
28
# File 'lib/dorian/to_struct.rb', line 26

def to_deep_struct
  self
end

#to_structObject



22
23
24
# File 'lib/dorian/to_struct.rb', line 22

def to_struct
  self
end