Hi folks,

(Sorry if this is a duplicate, it seems the first time I posted didn't show
up here in the group)


The following reproduces the problem we're seeing when upgrading to the
latest version

ruote = Ruote::Dashboard.new(Ruote::Worker.new(Ruote::HashStorage.new))
ruote.noisy = ENV['NOISY'] == 'true'

ruote.register do
  catchall Ruote::StorageParticipant
end

pdef =
  Ruote.define do
  set :field => 'var', :value => 1
  alpha :if => "${var} == 1"
  bob
end



thanks,
Pedro

-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to