Method: Codependency::Graph#path

Defined in:
lib/codependency/graph.rb

#pathObject

The path set for this dependency graph.



41
42
43
# File 'lib/codependency/graph.rb', line 41

def path
  @path ||= Path.new parser.extensions
end