bin/console in grumlin-0.5.1 vs bin/console in grumlin-0.6.0

- old
+ new

@@ -8,10 +8,10 @@ Grumlin.configure do |config| config.url = ENV["GREMLIN_URL"] || "ws://localhost:8182/gremlin" end Async do - g = Grumlin::Traversal.new + include Grumlin::Sugar IRB.setup(nil) workspace = IRB::WorkSpace.new(binding) irb = IRB::Irb.new(workspace) irb.eval_input