Class: Command::Ls
- Inherits:
-
Object
- Object
- Command::Ls
- Defined in:
- lib/diskman/commands/ls.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
3 4 5 |
# File 'lib/diskman/commands/ls.rb', line 3 def run puts RootDevice.get_removable.map(&:path) end |