Class: Graph

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

Overview

needed for svg output

Direct Known Subclasses

FileGraph, FunctionGraph

Instance Method Summary collapse

Instance Method Details

#empty?Boolean

Returns:

  • (Boolean)


117
118
119
# File 'lib/codegraph.rb', line 117

def empty?
  edges.empty?
end