class Array

Monkey patch

Public Instance Methods

to_shape_of() click to toggle source
# File lib/shape_of.rb, line 374
def to_shape_of
  ShapeOf::Array[self.first]
end