Method: CodeTools::AST::Script#bytecode
- Defined in:
- lib/rubinius/code/ast/definitions.rb
#bytecode(g) ⇒ Object
1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'lib/rubinius/code/ast/definitions.rb', line 1271 def bytecode(g) super(g) container_bytecode(g) do @body.bytecode(g) g.pop g.push_true g.ret end end |