Method: CodeTools::AST::Module#bytecode
- Defined in:
- lib/rubinius/code/ast/definitions.rb
#bytecode(g) ⇒ Object
968 969 970 971 |
# File 'lib/rubinius/code/ast/definitions.rb', line 968 def bytecode(g) @name.bytecode(g) @body.bytecode(g) end |