Method: Utils::IRB::Shell#ls

Defined in:
lib/utils/irb.rb

#ls(*args) ⇒ Object

List contents of directory



350
351
352
# File 'lib/utils/irb.rb', line 350

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