Method: Forgejo::MigrateRepoOptions#to_s
- Defined in:
- lib/forgejo/models/migrate_repo_options.rb
#to_s ⇒ String
Returns the string representation of the object
416 417 418 |
# File 'lib/forgejo/models/migrate_repo_options.rb', line 416 def to_s to_hash.to_s end |