Skip to content

Instantly share code, notes, and snippets.

@jkutner
Last active December 11, 2015 18:48
Show Gist options
  • Save jkutner/4644271 to your computer and use it in GitHub Desktop.
Save jkutner/4644271 to your computer and use it in GitHub Desktop.
class ExpensiveToCreate
def self.instance
@instance ||= ExpensiveToCreate.new
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment