Method: Erubis::Evaluator#result
- Defined in:
- lib/erubis/evaluator.rb
#result(*args) ⇒ Object
29 30 31 |
# File 'lib/erubis/evaluator.rb', line 29 def result(*args) raise NotSupportedError.new("evaluation of code except Ruby is not supported.") end |