Skip to content

Instantly share code, notes, and snippets.

@usergenic
Created April 12, 2011 22:36
Show Gist options
  • Select an option

  • Save usergenic/916595 to your computer and use it in GitHub Desktop.

Select an option

Save usergenic/916595 to your computer and use it in GitHub Desktop.
class Render::Scope
include ErbHelpers
def initialize(context)
@context=context
end
def binding
(proc { }).binding
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment