Class: Getch::Options
Instance Method Summary collapse
-
#initialize(argv) ⇒ Options
constructor
A new instance of Options.
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 |