On Fri, Jan 07, 2011 at 04:50:07AM -0800, rebo wrote: > > Must be something to do with that, as changing > > class SetExpression < FlowExpression > names :set, :unset > > to > > class SetExpression < FlowExpression > names :setf, :unset > > within fe_set.rb works with or without the sinatra gem in the > gemfile. (obviously using setf instead of set.) So some kind of > conflict on the set method....
Hello, I went on an added an 'rset' alias for the set expression : https://github.com/jmettraux/ruote/commit/801afe5c932c7b1e176f9e2a62d0546c79e09d14 Went for 'r[uote]set' and not 'setf' since set can set variables and fields. Many thanks ! -- John Mettraux - http://jmettraux.wordpress.com -- 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
