Sha256: 4d3d2e2a8b39f572be3051fcd0ed1f05c78cd6c937cd09008a2e8998534eb486

Contents?: true

Size: 314 Bytes

Versions: 3

Compression:

Stored size: 314 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

require "bundler/setup"
require "grumlin"

require "irb"
require "irb/completion"

Grumlin.configure do |config|
  config.url = ENV.fetch("GREMLIN_URL", "ws://localhost:8182/gremlin")
end

Async do
  include Grumlin::Sugar

  IRB.start
ensure
  Grumlin.close
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
grumlin-0.19.7 bin/console
grumlin-0.19.6 bin/console
grumlin-0.19.5 bin/console