Sha256: d02fdca470a9f03d2ae82108af6b64a9dfae2a109f857161adeb01e85c93a087

Contents?: true

Size: 448 Bytes

Versions: 62

Compression:

Stored size: 448 Bytes

Contents

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

libs =  " -r irb/completion"
# Perhaps use a console_lib to store any extra methods I may want available in the cosole
# libs << " -r #{File.dirname(__FILE__) + '/../lib/console_lib/console_logger.rb'}"
libs <<  " -r #{File.dirname(__FILE__) + '/../lib/ri_cal_newgem.rb'}"
puts "Loading ri_cal_newgem gem"
exec "#{irb} #{libs} --simple-prompt"

Version data entries

62 entries across 62 versions & 9 rubygems

Version Path
demingfactor-ri_cal-0.10.0 script/console
demingfactor-ri_cal-0.9.0 script/console
ebeigarts-ri_cal-0.8.1 script/console
rubyredrick-ri_cal-0.0.10 script/console
rubyredrick-ri_cal-0.0.11 script/console
rubyredrick-ri_cal-0.0.2 script/console
rubyredrick-ri_cal-0.0.3 script/console
rubyredrick-ri_cal-0.0.4 script/console
rubyredrick-ri_cal-0.0.5 script/console
rubyredrick-ri_cal-0.0.6 script/console
rubyredrick-ri_cal-0.0.7 script/console
rubyredrick-ri_cal-0.0.8 script/console
rubyredrick-ri_cal-0.0.9 script/console
rubyredrick-ri_cal-0.5.0 script/console
rubyredrick-ri_cal-0.5.1 script/console
rubyredrick-ri_cal-0.5.2 script/console
rubyredrick-ri_cal-0.5.3 script/console
rubyredrick-ri_cal-0.6.0 script/console
rubyredrick-ri_cal-0.6.1 script/console
rubyredrick-ri_cal-0.6.2 script/console