Method: Forgejo::MarkdownOption#valid?
- Defined in:
- lib/forgejo/models/markdown_option.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
110 111 112 113 |
# File 'lib/forgejo/models/markdown_option.rb', line 110 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |