clojurewerkz / ogre

Clojure library for querying Apache TinkerPop graphs
http://ogre.clojurewerkz.org/
128 stars 28 forks source link

Improve inject() #100

Closed spmallette closed 6 years ago

spmallette commented 6 years ago

The GraphTraversalSource method is injects and GraphTraversal uses inject. Make these consistent as was done on #99

spmallette commented 6 years ago

That was really easy....no more injects starts step. Used the multimethod pattern from @shooit