Sha256: 8f2322719b311980d76e9e3f90dfc5a9c08d11eac0112d4972f9d9a8f7b8a3f0
Contents?: true
Size: 438 Bytes
Versions: 6
Compression:
Stored size: 438 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require "bundler/setup" require "solidus_paypal_braintree" # 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
6 entries across 6 versions & 1 rubygems