class Grumlin::Traversal

Constants

SUPPORTED_START_STEPS

TODO: add other start steps

Attributes

connection[R]

Public Class Methods

new(pool = Grumlin.default_pool) click to toggle source
# File lib/grumlin/traversal.rb, line 10
def initialize(pool = Grumlin.default_pool)
  @pool = pool
end