Advertisement
konalisp

swag.rb

May 28th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.18 KB | None | 0 0
  1. class Swag
  2.     @@men = "class"
  3.     @@boys = "swag"
  4.     def men; @@men end
  5.     def boys; @@boys end
  6. end
  7.  
  8. fedora = Swag.new
  9.  
  10. puts "#{fedora.boys} is for boys, #{fedora.men} is for men."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement