Class: Pronto::Github::Comment

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

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



48
49
50
51
52
# File 'lib/pronto/github.rb', line 48

def ==(other)
  position == other.position &&
    path == other.path &&
    body == other.body
end