Skip to content

Instantly share code, notes, and snippets.

@rnfein
rnfein / gist:1225672
Created September 18, 2011 22:45 — forked from kivanio/gist:1225654
Class methods in Ruby
class SelfStudy
attr_accessor :name
def self
@name
end
def self.name
@name
end
@rnfein
rnfein / about.md
Created August 10, 2011 00:25 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer