Skip to content

Instantly share code, notes, and snippets.

@JacobEvelyn
Created June 30, 2021 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JacobEvelyn/dd1a5ddf912e351ede1614af7f69759b to your computer and use it in GitHub Desktop.
Save JacobEvelyn/dd1a5ddf912e351ede1614af7f69759b to your computer and use it in GitHub Desktop.
MemoWise Ruby memoization
class Example
prepend MemoWise
def slow_value
...
end
memo_wise :slow_value
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment