Class: Array

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

Overview

Monkey patch

Instance Method Summary collapse

Instance Method Details

#to_shape_ofObject



337
338
339
# File 'lib/shape_of.rb', line 337

def to_shape_of
  ShapeOf::Array[self.first]
end