Sha256: 0ed55bbf1caac19c2de5c5a4e1e4db33327745f85c2b74bf52417bd63182e79b

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

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

require "bundler/setup"
require "hanami/plugin"

# 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

3 entries across 3 versions & 1 rubygems

Version Path
hanami-2.0.0.beta2 spec/support/fixtures/hanami-plugin/bin/console
hanami-2.0.0.beta1.1 spec/support/fixtures/hanami-plugin/bin/console
hanami-2.0.0.beta1 spec/support/fixtures/hanami-plugin/bin/console