Sha256: 369abbe4471eb28a5461a50c3e3c8549b8ac89aaa712ffb5f4741e113f46f062

Contents?: true

Size: 444 Bytes

Versions: 12

Compression:

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

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
ismasan-hash_mapper-0.0.2 script/console
ismasan-hash_mapper-0.0.3 script/console
ismasan-hash_mapper-0.0.4 script/console
ismasan-hash_mapper-0.0.5 script/console
ismasan-hash_mapper-0.0.6 script/console
ismasan-hash_mapper-0.0.7 script/console
ismasan-hash_mapper-0.0.8 script/console
newbamboo-hash_mapper-0.0.5 script/console
newbamboo-hash_mapper-0.0.6 script/console
hash_mapper-0.0.10 script/console
hash_mapper-0.0.9 script/console
hash_mapper-0.0.8 script/console