[ create a new paste ] login | about

Link: http://codepad.org/yhxTnTMr    [ raw code | fork ]

Ruby, pasted on Jun 6:
1
2
3
4
5
6
7
  1 class MyApp 
  2   attr_reader :version
  3 
  4   def self.version
  5     @version = 1
  6   end
  7 end


Create a new paste based on this one


Comments: