PicoRubyVM::InstructionSequence class of PicoRuby

Singleton methods

compile

PicoRubyVM::InstructionSequence.compile(String code) -> instance

compile_file

PicoRubyVM::InstructionSequence.compile_file(String file) -> instance

Instance methods

eval

instance.eval() -> Object

to_binary

instance.to_binary() -> String
Tags: class