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
4 5 6 |
# File 'lib/danger/helpers/message_groups_array_helper.rb', line 4 def count @count end |
Instance Method Details
#empty? ⇒ Boolean
5 6 7 |
# File 'lib/danger/helpers/message_groups_array_helper.rb', line 5 def empty? count.zero? end |