Class: Wizrb::CLI
Instance Method Summary collapse
Instance Method Details
#scene ⇒ Object
14 15 16 17 18 19 20 21 22 23 24 25 |
# File 'lib/wizrb/cli.rb', line 14 def scene scene_type = load_scene return unless scene_type group = find_lights return unless group scene = scene_type.new(group) start(scene) prompt_stop stop(scene) end |