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



5
6
7
# File 'lib/applitools/core/class_name.rb', line 5

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