class CORL::Node::Raspberrypi
Public Instance Methods
normalize(reload)
click to toggle source
Calls superclass method
# File lib/CORL/node/raspberrypi.rb 9 def normalize(reload) 10 super 11 myself.machine = create_machine(:machine, :raspberrypi, machine_config) 12 end