Sha256: 4e8c1a1797a61239f352ce0fee14e108a1132636a29785aae4769a68afa3aeb5

Contents?: true

Size: 334 Bytes

Versions: 21

Compression:

Stored size: 334 Bytes

Contents

#!/usr/bin/env ruby
# File: script/console
irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'

libs =  " -r irb/completion"
#libs << " -r #{File.dirname(__FILE__) + '/../lib/console_lib/init.rb'}"
libs <<  " -r #{File.dirname(__FILE__) + '/../lib/magent.rb'}"
puts "Loading magent gem"
exec "#{irb} #{libs} --simple-prompt"

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
magent-0.7.0 script/console
magent-0.6.2 script/console
magent-0.6.1 script/console
magent-0.6.0 script/console
magent-0.5.4 script/console
magent-0.5.3 script/console
magent-0.5.2 script/console
magent-0.5.1 script/console
magent-0.5.0 script/console
magent-0.4.2 script/console
thirtysixthspan-magent-0.4.1 script/console
magent-0.4 script/console
magent-0.3 script/console
magent-0.2 script/console
magent-0.1.3 script/console
magent-0.1.2 script/console
magent-0.1.1 script/console
magent-0.1.0 script/console
magent-0.0.3 script/console
magent-0.0.2 script/console