Method: Forgejo::Package#valid?
- Defined in:
- lib/forgejo/models/package.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
146 147 148 149 |
# File 'lib/forgejo/models/package.rb', line 146 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |