Class: Command::ChooseDevice

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

Instance Method Summary collapse

Instance Method Details

#runObject



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

def run
    puts RootDevice.choose.path
end