Method: Forgejo::CreatePullRequestOption#to_s
- Defined in:
- lib/forgejo/models/create_pull_request_option.rb
#to_s ⇒ String
Returns the string representation of the object
251 252 253 |
# File 'lib/forgejo/models/create_pull_request_option.rb', line 251 def to_s to_hash.to_s end |