Class: Command::Ls

Inherits:
Object
  • Object
show all
Defined in:
lib/diskman/commands/ls.rb

Instance Method Summary collapse

Instance Method Details

#runObject



3
4
5
# File 'lib/diskman/commands/ls.rb', line 3

def run
    puts RootDevice.get_removable.map(&:path)
end