Skip to content

Instantly share code, notes, and snippets.

@hanshasselberg
Created April 25, 2012 07:42
Show Gist options
  • Save hanshasselberg/2487849 to your computer and use it in GitHub Desktop.
Save hanshasselberg/2487849 to your computer and use it in GitHub Desktop.
class Fu
private
attr_accessor :bar
end
$ ruby --version
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]
$ ruby -W fu.rb
fu.rb:3: warning: private attribute?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment