class ShapeOf::Nothing

Only passes when the key does not exist in the Hash.

Public Class Methods

required?() click to toggle source
# File lib/shape_of.rb, line 317
def self.required?
  false
end
shape_of?(object) click to toggle source
# File lib/shape_of.rb, line 313
def self.shape_of?(object)
  false
end