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

Returns:

  • (Boolean)

    true if the set contains at least one entry



180
181
182
# File 'lib/ardm/support/subject_set.rb', line 180

def empty?
  entries.empty?
end