Class: Muack::Anything

Inherits:
Satisfying show all
Defined in:
lib/muack/satisfying.rb

Instance Attribute Summary

Attributes inherited from Satisfying

#api_args, #block

Instance Method Summary collapse

Methods inherited from Satisfying

#&, #api_name, #to_s, #|

Constructor Details

#initializeAnything

Returns a new instance of Anything.



59
60
61
# File 'lib/muack/satisfying.rb', line 59

def initialize
  super([])
end

Instance Method Details

#match(_) ⇒ Object



63
64
65
# File 'lib/muack/satisfying.rb', line 63

def match _
  true
end