Method: Appmodel::Model#flattenPageObject
- Defined in:
- lib/appmodel/model/model.rb
#flattenPageObject(h, path = "") ⇒ Object
272 273 274 275 276 277 278 279 |
# File 'lib/appmodel/model/model.rb', line 272 def flattenPageObject(h, path="") rc=iterate(h, path) if rc.is_a?(Array) return rc[0] end nil end |