Class: Getch::Config::PreNetwork
- Inherits:
-
Object
- Object
- Getch::Config::PreNetwork
- Includes:
- NiTo
- Defined in:
- lib/getch/config/pre_network.rb
Instance Method Summary collapse
-
#initialize ⇒ PreNetwork
constructor
A new instance of PreNetwork.
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 ⇒ PreNetwork
Returns a new instance of PreNetwork.
8 9 10 11 |
# File 'lib/getch/config/pre_network.rb', line 8 def initialize @log = Log.new x end |