Return to Snippet

Revision: 16854
at August 18, 2009 04:42 by kungfoo


Initial Code
class Foo
  def initialize
    @bar
  end
  
  def bar=(bar)
    @bar = bar
  end
end

Initial URL


Initial Description


Initial Title
Property Access in Ruby

Initial Tags
ruby

Initial Language
Ruby