Method: Apricot::Compiler.eval_form
- Defined in:
- lib/apricot/compiler.rb
.eval_form(form, file = "(eval)", line = 1) ⇒ Object
72 73 74 |
# File 'lib/apricot/compiler.rb', line 72 def eval_form(form, file = "(eval)", line = 1) Rubinius.run_script(compile_form(form, file, line)) end |