Class: ShapeOf::Shape
- Inherits:
-
Object
- Object
- ShapeOf::Shape
- Defined in:
- lib/shape_of.rb
Overview
Generic shape which all shapes subclass from
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Shape
constructor
A new instance of Shape.
Constructor Details
#initialize ⇒ Shape
Returns a new instance of Shape.
125 126 127 |
# File 'lib/shape_of.rb', line 125 def initialize(*) raise NotImplementedError end |