Libraries
»
runo
(0.2.0)
»
Index
»
Runo
»
Set
»
#pending?
Method: Runo::Set#pending?
Defined in:
lib/set/_set.rb
#
pending?
⇒
Boolean
Returns:
(
Boolean
)
44 45 46
# File 'lib/set/_set.rb', line 44
def
pending?
!
pending_items
.
empty?
||
action
end