Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rubsh.rb

Instance Method Summary collapse

Instance Method Details

#lsObject



131
132
133
# File 'lib/rubsh.rb', line 131

def ls
  Dir.glob self
end