Class: Sub
Instance Method Summary collapse
-
#initialize(number) ⇒ Sub
constructor
A new instance of Sub.
Constructor Details
#initialize(number) ⇒ Sub
Returns a new instance of Sub.
8 9 10 11 |
# File 'lib/ha/deleteme.rb', line 8 def initialize(number) super puts "Sub #{number}" end |