Method: Brief::Model#==

Defined in:
lib/brief/model.rb

#==(other) ⇒ Object



136
137
138
# File 'lib/brief/model.rb', line 136

def ==(other)
  path == other.path
end