Method: ThemeCheck::ThemeFile#==
- Defined in:
- lib/theme_check/theme_file.rb
#==(other) ⇒ Object Also known as: eql?
35 36 37 |
# File 'lib/theme_check/theme_file.rb', line 35 def ==(other) other.is_a?(self.class) && relative_path == other.relative_path end |