Skip to content

Instantly share code, notes, and snippets.

@yrgoldteeth
Created August 9, 2011 14:29
Show Gist options
  • Select an option

  • Save yrgoldteeth/1134190 to your computer and use it in GitHub Desktop.

Select an option

Save yrgoldteeth/1134190 to your computer and use it in GitHub Desktop.
def expensive_method
@expensive_method_result ||= expensive_thing
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment