Class: AlterEgo::AnyMatcher

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/alter_ego.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



58
59
60
# File 'lib/alter_ego.rb', line 58

def ==(other)
  true
end

#===(other) ⇒ Object



54
55
56
# File 'lib/alter_ego.rb', line 54

def ===(other)
  self == other
end