Class: Eldritch::NilGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/eldritch/group.rb

Instance Method Summary collapse

Instance Method Details

#<<(task) ⇒ Object



65
66
67
# File 'lib/eldritch/group.rb', line 65

def <<(task)
  task.start
end

#nil?Boolean

Returns:

  • (Boolean)


69
70
71
# File 'lib/eldritch/group.rb', line 69

def nil?
  true
end