Class: ChoresKit::DAG::Vertex

Inherits:
DAG::Vertex
  • Object
show all
Defined in:
lib/chores_kit/dag/vertex.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



6
7
8
# File 'lib/chores_kit/dag/vertex.rb', line 6

def name
  task.name
end