Class: ShapeOf::Any

Inherits:
Shape
  • Object
show all
Defined in:
lib/shape_of.rb

Class Method Summary collapse

Methods inherited from Shape

#initialize, required?

Constructor Details

This class inherits a constructor from ShapeOf::Shape

Class Method Details

.shape_of?(object) ⇒ Boolean

Returns:



303
304
305
# File 'lib/shape_of.rb', line 303

def self.shape_of?(object)
  true
end