Method: Nendo::Core#load_compiled_code_from_string
- Defined in:
- lib/nendo/ruby/core.rb
#load_compiled_code_from_string(rubyExp) ⇒ Object
73 74 75 |
# File 'lib/nendo/ruby/core.rb', line 73 def load_compiled_code_from_string( rubyExp ) @evaluator._load_MIMARKcompiled_MIMARKcode_MIMARKfrom_MIMARKstring( rubyExp ) end |