Sha256: ca320b7bc7de38acf1c023a65a49a052c76c7eafa2670b670bb5759ffaf31a0f
Contents?: true
Size: 397 Bytes
Versions: 2
Compression:
Stored size: 397 Bytes
Contents
# frozen_string_literal: true #!/usr/bin/env ruby require "bundler/setup" require "<%= config[:namespaced_path] %>" # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # (If you use this, don't forget to add pry to your Gemfile!) # require "pry" # Pry.start require "irb" IRB.start(__FILE__)
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rubygems-update-3.2.0.rc.1 | bundler/lib/bundler/templates/newgem/bin/console.tt |
bundler-2.2.0.rc.1 | lib/bundler/templates/newgem/bin/console.tt |