# File lib/ramaze/view/remarkably.rb, line 7 def self.call(action, string) string = transform_string(action, string) if action.view html = string.to_s return html, 'text/html' end
# File lib/ramaze/view/remarkably.rb, line 14 def self.transform_string(action, string) action.instance.instance_eval do args = action.params instance_eval(string) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.