Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/shape_of.rb
Overview
Monkey patch
Instance Method Summary collapse
Instance Method Details
#to_shape_of ⇒ Object
341 342 343 |
# File 'lib/shape_of.rb', line 341 def to_shape_of ShapeOf::Array[self.first] end |