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



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

def ==(other)
  true
end

#===(other) ⇒ Object



51
52
53
# File 'lib/alter_ego.rb', line 51

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