Class: Pronto::Github::Comment
- Inherits:
-
Struct
- Object
- Struct
- Pronto::Github::Comment
- Defined in:
- lib/pronto/github.rb
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
71 72 73 74 75 |
# File 'lib/pronto/github.rb', line 71 def ==(other) position == other.position && path == other.path && body == other.body end |