Method: Utils::IRB::Shell#ls
- Defined in:
- lib/utils/irb.rb
#ls(*args) ⇒ Object
List contents of directory
375 376 377 |
# File 'lib/utils/irb.rb', line 375 def ls(*args) puts `ls #{args.map { |x| "'#{x}'" } * ' '}` end |
List contents of directory
375 376 377 |
# File 'lib/utils/irb.rb', line 375 def ls(*args) puts `ls #{args.map { |x| "'#{x}'" } * ' '}` end |