Strange type problem with rule

Check out JRuby too while you’re at it

rule "Rule Name" do
  description "Rule description" # optional
  changed ColorItem1, to: "300,100,100"
  run do |event|
    logger.info "#{event.item} changed to #{event.state}"
  end
end