lib/ruhl.rb in ruhl-0.8.0 vs lib/ruhl.rb in ruhl-0.8.1
- old
+ new
@@ -125,10 +125,9 @@
contents = execute_ruby(tag, value)
if contents
tag.remove
true
else
- tag.inner_html = contents unless contents == false
false
end
end
def execute_ruby(tag, code)