Skip to content

Instantly share code, notes, and snippets.

@jemc
Last active August 29, 2015 14:07
Show Gist options
  • Save jemc/de9b8e28575178020174 to your computer and use it in GitHub Desktop.
Save jemc/de9b8e28575178020174 to your computer and use it in GitHub Desktop.
def load
@block_environment || (
@compiled_code || (
@generator || (
@ast || (
@string || (
make_string )
make_ast )
make_generator )
make_compiled_code )
make_block_environment )
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment