Class: Applitools::ClassName

Inherits:
String
  • Object
show all
Defined in:
lib/applitools/core/class_name.rb

Instance Method Summary collapse

Instance Method Details

#===(other) ⇒ Object



3
4
5
# File 'lib/applitools/core/class_name.rb', line 3

def ===(other)
  self == other.class.name
end