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)


119
120
121
# File 'lib/codegraph.rb', line 119

def empty?
  edges.empty?
end