Method: Application::Configuration::Location#==
- Defined in:
- lib/application_configuration.rb
#==(other) ⇒ Object
220 221 222 |
# File 'lib/application_configuration.rb', line 220 def ==(other) self.name.to_s == other.name.to_s end |