Sha256: 0e06a41415bf3cdd5f862d5c6d4ffac532d74d0e8d594999fabf278cceb5a809

Contents?: true

Size: 449 Bytes

Versions: 23

Compression:

Stored size: 449 Bytes

Contents

#!/usr/bin/env ruby

$VERBOSE = true

require 'benchmark'
$LOAD_PATH.unshift File.expand_path(File.join('..', '..', 'lib'), __FILE__)
require 'combine_pdf'
require 'bundler/setup'

# 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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
combine_pdf-1.0.8 test/console
combine_pdf-1.0.7 test/console
combine_pdf-1.0.6 test/console