Sha256: e91827db4aca891c88ef1ca123b378d14132c2e6fa5b1483312cfe06ae194b81

Contents?: true

Size: 320 Bytes

Versions: 8

Compression:

Stored size: 320 Bytes

Contents

#!/usr/bin/env ruby
# File: script/console
irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'
ENV["MIGRATOR_CALLER"] = "console"
libs = " -r #{File.dirname(__FILE__) + '/../lib/tokamak.rb'} -r ruby-debug"
puts "Loading tokamak development environment..."
exec "#{irb} #{libs} --simple-prompt #{ARGV.join("")}"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tokamak-1.2.1 script/console
tokamak-1.2.0 script/console
tokamak-1.1.5 script/console
tokamak-1.1.4 script/console
tokamak-1.1.3 script/console
tokamak-1.1.2 script/console
tokamak-1.0.0.beta4 script/console
tokamak-1.1.1 script/console