Method: Railsquest::Quest#==

Defined in:
lib/railsquest/quest.rb

#==(other) ⇒ Object



26
27
28
# File 'lib/railsquest/quest.rb', line 26

def ==(other)
  other.respond_to?(:path) && self.path == other.path
end