Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from tanob/t.rb
Created June 28, 2010 00:25
Show Gist options
  • Save radar/455300 to your computer and use it in GitHub Desktop.
Save radar/455300 to your computer and use it in GitHub Desktop.
def cached_result opts
puts opts
end
cached_result :for => 'bleh', :or => lambda { 1+2 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment