Sha256: cf8b344480c32c066ef0a732d94cba5836f24be6eb388ae4d81d6e85773adfc0

Contents?: true

Size: 458 Bytes

Versions: 10

Compression:

Stored size: 458 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/full_lengther_next.rb'}"
puts "Loading full_lengther_next gem"
exec "#{irb} #{libs} --simple-prompt"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
full_lengther_next-0.6.2 script/console
full_lengther_next-0.6.1 script/console
full_lengther_next-0.6.0 script/console
full_lengther_next-0.5.7 script/console
full_lengther_next-0.5.6 script/console
full_lengther_next-0.0.8 script/console
full_lengther_next-0.0.6 script/console
full_lengther_next-0.0.5 script/console
full_lengther_next-0.0.2 script/console
full_lengther_next-0.0.1 script/console