Class: Getch::Config::Iwd
- Inherits:
-
Object
- Object
- Getch::Config::Iwd
- Includes:
- NiTo
- Defined in:
- lib/getch/config/iwd.rb
Overview
Configure iwd if wifi is detected
Instance Method Summary collapse
-
#initialize ⇒ Iwd
constructor
A new instance of Iwd.
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 ⇒ Iwd
Returns a new instance of Iwd.
9 10 11 12 |
# File 'lib/getch/config/iwd.rb', line 9 def initialize @options = "[General]\nUseDefaultInterface=true\n" x end |