module BundlerVendoredPostIt::PostIt

Constants

VERSION

Public Class Methods

bundler_version() click to toggle source
# File lib/bundler/vendor/postit/lib/postit.rb, line 12
def self.bundler_version
  defined?(Bundler::VERSION) && Bundler::VERSION
end
setup() click to toggle source
# File lib/bundler/vendor/postit/lib/postit.rb, line 8
def self.setup
  load File.expand_path('../postit/setup.rb', __FILE__)
end