class ShapeOf::Any

Anything matches unless key does not exist in the Hash.

Public Class Methods

shape_of?(object) click to toggle source
# File lib/shape_of.rb, line 306
def self.shape_of?(object)
  true
end