weel 1.99.17 → 1.99.18
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/weel.rb +1 -1
- data/weel.gemspec +1 -1
- metadata +1 -1
data/lib/weel.rb
CHANGED
@@ -211,7 +211,7 @@ class WEEL
|
|
211
211
|
|
212
212
|
def callback(result); end
|
213
213
|
|
214
|
-
def test_condition(mr,code);
|
214
|
+
def test_condition(mr,code); mr.instance_eval(code); end
|
215
215
|
def manipulate(mr,code,result=nil,status=nil); mr.instance_eval(code); end
|
216
216
|
end # }}}
|
217
217
|
|
data/weel.gemspec
CHANGED