Sha256: 9f857f5c5af5ea6aef6c3313f02ecaf06409927ec268d8e44628b6f7fcbe06c8
Contents?: true
Size: 428 Bytes
Versions: 5
Compression:
Stored size: 428 Bytes
Contents
require 'clipboard' require 'pryx/ap_hack' # This require is needed, because can't require looksee in method when use with bundler. # bundler remove looksee from $LOAD_PATH when start with rails. require 'looksee' require 'pryx/looksee_hack' require 'pryx' if File.exist? 'config/environment.rb' $LOAD_PATH.unshift('.') puts "\033[0;33mLoading with ./config/environment.rb ...\033[0m" require 'config/environment' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
pryx-0.8.7 | lib/pryx_cli.rb |
pryx-0.8.6 | lib/pryx_cli.rb |
pryx-0.8.5 | lib/pryx_cli.rb |
pryx-0.8.4 | lib/pryx_cli.rb |
pryx-0.8.3 | lib/pryx_cli.rb |