Class: Pronto::Gitlab::Comment

Inherits:
Struct
  • Object
show all
Defined in:
lib/pronto/gitlab.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



58
59
60
61
62
# File 'lib/pronto/gitlab.rb', line 58

def ==(other)
  line == other.line &&
    path == other.path &&
    note == other.note
end