class WifiWand::BaseOs::MethodNotImplementedError

Public Instance Methods

to_s() click to toggle source
# 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