Module: Ijson::Command::Hash
- Defined in:
- lib/ijson/command.rb
Instance Method Summary collapse
Instance Method Details
#ls(value = nil) ⇒ Object
18 19 20 |
# File 'lib/ijson/command.rb', line 18 def ls(value=nil) value ? self[value].ls : self.keys end |