Sha256: 64a58d88be272dffe9ea27b389ff0bd45c1a9da9c09a2188cfb8409764c86d5b
Contents?: true
Size: 286 Bytes
Versions: 27
Compression:
Stored size: 286 Bytes
Contents
def console path = ENV['CALABASH_IRBRC'] unless path if File.exist?('.irbrc') path = File.expand_path('.irbrc') end end unless path path = File.expand_path(File.join(@script_dir,".irbrc")) end ENV['IRBRC'] = path puts "Running irb..." exec("irb") end
Version data entries
27 entries across 27 versions & 1 rubygems