Method: Steep::ModuleName#==
- Defined in:
- lib/steep/module_name.rb
#==(other) ⇒ Object Also known as: eql?
50 51 52 |
# File 'lib/steep/module_name.rb', line 50 def ==(other) other.is_a?(self.class) && other.name == name && other.absolute? == absolute? end |