module ValueSemantics::Anything

Validator that matches any and all values

Public Class Methods

===(_) click to toggle source

@return [true]

# File lib/value_semantics/anything.rb, line 7
def self.===(_)
  true
end