Method: Forgejo::Repository#to_s
- Defined in:
- lib/forgejo/models/repository.rb
#to_s ⇒ String
Returns the string representation of the object
770 771 772 |
# File 'lib/forgejo/models/repository.rb', line 770 def to_s to_hash.to_s end |