Module: Zelkova

Extended by:
T::Sig
Defined in:
lib/zelkova/version.rb,
lib/zelkova.rb

Overview

typed: strict

Defined Under Namespace

Classes: Edge, Error, Graph, Node

Constant Summary collapse

VERSION =
"0.1.1"
@@graph =
T.let(Zelkova::Graph.new, Zelkova::Graph)

Class Method Summary collapse

Class Method Details

.graphObject



17
18
19
20
# File 'lib/zelkova.rb', line 17

def graph
  # TODO: make this lazy when in development mode for speed
  @@graph
end