Method: Blastr::SourceControl::SubversionRevision#==

Defined in:
lib/scm/svn.rb

#==(other) ⇒ Object



18
19
20
# File 'lib/scm/svn.rb', line 18

def ==(other)
  @name == other.name
end