Skip to content

Instantly share code, notes, and snippets.

@goyox86
Created November 11, 2010 20:40
Show Gist options
  • Save goyox86/673143 to your computer and use it in GitHub Desktop.
Save goyox86/673143 to your computer and use it in GitHub Desktop.
class BlockLiteral : Rubinius AST Iter {
def initialize: @line args: @args body: @body (Fancy AST NilLiteral new: line) {
initialize(@line, @args, @body)
}
def bytecode: g {
bytecode(g)
}
}
@vic
Copy link

vic commented Nov 11, 2010

cool ! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment