Sha256: a95b5707978196ccf5dbde65e48a251b4308a35180c73596f4c344225a92d70e
Contents?: true
Size: 353 Bytes
Versions: 6
Compression:
Stored size: 353 Bytes
Contents
# Don't change this file! # Configure your app in config/environment.rb and config/environments/*.rb APP_ROOT = File.join(File.dirname(__FILE__), "..") unless defined?(APP_ROOT) bowline_path = File.join(APP_ROOT, *%w[vendor bowline lib bowline.rb]) if File.exist?(bowline_path) require bowline_path else require "rubygems" require "bowline" end
Version data entries
6 entries across 6 versions & 2 rubygems