Module: ValueSemantics::Anything

Defined in:
lib/value_semantics/anything.rb

Overview

Validator that matches any and all values

Class Method Summary collapse

Class Method Details

.===(_) ⇒ true

Returns:

  • (true)


7
8
9
# File 'lib/value_semantics/anything.rb', line 7

def self.===(_)
  true
end