26 27 28
# File 'lib/railsquest/quest.rb', line 26 def ==(other) other.respond_to?(:path) && self.path == other.path end