Sha256: 832044756437b05e473344386b0903d238041ade5c0774f06ad1a81e3f709659
Contents?: true
Size: 428 Bytes
Versions: 20
Compression:
Stored size: 428 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require "bundler/setup" require "solidus_stripe" # 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
20 entries across 20 versions & 1 rubygems