Module: Ijson::Command::Array

Defined in:
lib/ijson/command.rb

Instance Method Summary collapse

Instance Method Details

#ls(value = nil) ⇒ Object



24
25
26
# File 'lib/ijson/command.rb', line 24

def ls(value=nil)
  value ? self[value].ls : (0...size).to_a
end