Method: Licensee::LicenseMeta.helper_methods
- Defined in:
- lib/licensee/license_meta.rb
.helper_methods ⇒ Object
Array of symbolized helper methods to expose on the License class
45 46 47 |
# File 'lib/licensee/license_meta.rb', line 45 def helper_methods members - PREDICATE_FIELDS + PREDICATE_FIELDS.map { |f| :"#{f}?" } end |