# File lib/ramaze/view/remarkably.rb, line 10 10: def self.call(action, string) 11: string = transform_string(action, string) if action.view 12: html = string.to_s 13: 14: return html, 'text/html' 15: end
# File lib/ramaze/view/remarkably.rb, line 17 17: def self.transform_string(action, string) 18: action.instance.instance_eval do 19: args = action.params 20: instance_eval(string) 21: end 22: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.