Class: Danger::Helpers::MessageGroupsArrayHelper::FakeArray
- Inherits:
-
Struct
- Object
- Struct
- Danger::Helpers::MessageGroupsArrayHelper::FakeArray
- Defined in:
- lib/danger/helpers/message_groups_array_helper.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
Instance Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
6 7 8 |
# File 'lib/danger/helpers/message_groups_array_helper.rb', line 6 def count @count end |
Instance Method Details
#empty? ⇒ Boolean
7 8 9 |
# File 'lib/danger/helpers/message_groups_array_helper.rb', line 7 def empty? count.zero? end |