Exception: WifiWand::BaseOs::MethodNotImplementedError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/wifi-wand/os/base_os.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



11
12
13
# File 'lib/wifi-wand/os/base_os.rb', line 11

def to_s
  "This class is not intended to be instantiated directly. Instantiate a subclass of it."
end