Sha256: 0e06a41415bf3cdd5f862d5c6d4ffac532d74d0e8d594999fabf278cceb5a809
Contents?: true
Size: 449 Bytes
Versions: 22
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
22 entries across 22 versions & 1 rubygems