Method: Wombat::Property#flatten

Defined in:
lib/wombat/property.rb

#flatten(depth = nil) ⇒ Object


13
14
15
# File 'lib/wombat/property.rb', line 13

def flatten(depth = nil)
  depth ? result[depth] : result
end