Skip to content

Instantly share code, notes, and snippets.

View tokumine's full-sized avatar

tokumine

  • London, UK
View GitHub Profile
@tokumine
tokumine / gist:9193
Created September 6, 2008 20:34 — forked from svenfuchs/gist:9186
Who's up to a post-railsconfeu08-coolest-quotes-tshirt-site?
Rails doesn't scale! (Oscar Wilde)
Look at all the things I'm not doing! (DHH)
Most people don't need Zulu on your website. (Josh Harvey)
That is sooo "Linux"! (Jeremy Kemper)
Fork this + add your favorite quotes!
module Rails
class << self
def configuration
@@configuration
end
Me = 5.freeze
# => 5
Me.frozen?
# => false
#???