Sha256: d233f265510954101e61a4094a80a840302a9d482cdacd25dc51af2bb81dc787

Contents?: true

Size: 435 Bytes

Versions: 11

Compression:

Stored size: 435 Bytes

Contents

#!/usr/bin/env ruby

# frozen_string_literal: true

require "bundler/setup"
require "solidus_tec_estimator"

# 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.
$LOAD_PATH.unshift(*Dir["#{__dir__}/../app/*"])

# (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

11 entries across 11 versions & 1 rubygems

Version Path
solidus_tec_estimator-2.0.0 bin/console
solidus_tec_estimator-1.0.6 bin/console
solidus_tec_estimator-1.0.5 bin/console
solidus_tec_estimator-1.0.4 bin/console
solidus_tec_estimator-1.0.3 bin/console
solidus_tec_estimator-1.0.2 bin/console
solidus_tec_estimator-1.0.1 bin/console
solidus_tec_estimator-1.0.0 bin/console
solidus_tec_estimator-0.0.3 bin/console
solidus_tec_estimator-0.0.2 bin/console
solidus_tec_estimator-0.0.1 bin/console