Class: Command::ChooseDevice
- Inherits:
-
Object
- Object
- Command::ChooseDevice
- Defined in:
- lib/diskman/commands/choose_device.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
3 4 5 |
# File 'lib/diskman/commands/choose_device.rb', line 3 def run puts RootDevice.choose.path end |