class WifiWand::ImaginaryOs

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/wifi-wand/os/imaginary_os.rb, line 10
def initialize()
  super(:imaginary, 'Imaginary OS')
end

Public Instance Methods

create_model(options) click to toggle source
# File lib/wifi-wand/os/imaginary_os.rb, line 18
def create_model(options)
  raise "I was only kidding. This class is imaginary."
end
current_os_is_this_os?() click to toggle source
# File lib/wifi-wand/os/imaginary_os.rb, line 14
def current_os_is_this_os?
  false
end