Method: XfOOrth::VirtualMachine#process_string
- Defined in:
- lib/fOOrth/compiler.rb
#process_string(str) ⇒ Object
Execute a string of code.
68 69 70 |
# File 'lib/fOOrth/compiler.rb', line 68 def process_string(str) process(StringSource.new(str)) end |