Class: Getch::Options

Inherits:
Object
  • Object
show all
Includes:
NiTo
Defined in:
lib/getch/options.rb

Instance Method Summary collapse

Methods included from NiTo

cp, echo, echo_a, grep?, mkdir, mount, mount?, mv, rm, search_proc_swaps, sed, sh, swapoff, swapoff_dm, touch, umount

Constructor Details

#initialize(argv) ⇒ Options

Returns a new instance of Options.



10
11
12
# File 'lib/getch/options.rb', line 10

def initialize(argv)
  parse(argv)
end