Skip to content

Instantly share code, notes, and snippets.

@djwhitt
Created March 21, 2012 03:28
Show Gist options
  • Save djwhitt/2144045 to your computer and use it in GitHub Desktop.
Save djwhitt/2144045 to your computer and use it in GitHub Desktop.
module Parslet::Atoms
class Context
def cache(obj, source, &block)
yield
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment