Class: Ossert::Reference::ClassB
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
#pages, #project_names, #representative
Instance Method Summary collapse
-
#initialize ⇒ ClassB
constructor
A new instance of ClassB.
Methods inherited from Base
Constructor Details
#initialize ⇒ ClassB
Returns a new instance of ClassB.
64 65 66 |
# File 'lib/ossert/reference.rb', line 64 def initialize super(50, 11..100) end |