Method: Forgejo::PullReviewComment#to_s
- Defined in:
- lib/forgejo/models/pull_review_comment.rb
#to_s ⇒ String
Returns the string representation of the object
301 302 303 |
# File 'lib/forgejo/models/pull_review_comment.rb', line 301 def to_s to_hash.to_s end |