Skip to content

Instantly share code, notes, and snippets.

@banister
Created December 15, 2011 05:05
Show Gist options
  • Save banister/c7cb53deea51f3ca1a23 to your computer and use it in GitHub Desktop.
Save banister/c7cb53deea51f3ca1a23 to your computer and use it in GitHub Desktop.
class Love
def self.little_love
new
end
end
# => nil
Love.little_love
# => #<Love:0x00000102afa610>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment