Method: Ardm::SubjectSet#empty?
- Defined in:
- lib/ardm/support/subject_set.rb
#empty? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Check if there are any entries
180 181 182 |
# File 'lib/ardm/support/subject_set.rb', line 180 def empty? entries.empty? end |