weel 1.99.17 → 1.99.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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