64 65 66
# File 'lib/lights.rb', line 64 def add_bulb(id,bulb_data) @bulbs << Bulb.new( id, bulb_data ) end