Method: Utils::IRB::Shell#ls

Defined in:
lib/utils/irb.rb

#ls(*args) ⇒ Object

List contents of directory



342
343
344
# File 'lib/utils/irb.rb', line 342

def ls(*args)
  puts `ls #{args.map { |x| "'#{x}'" } * ' '}`
end