Sha256: 38074fadc15ba2e3eb95389d8c3618f6665d6a6f78db0ec33c31231d69de3b64

Contents?: true

Size: 436 Bytes

Versions: 13

Compression:

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

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
dazoakley-biomart-0.0.1 script/console
dazoakley-biomart-0.1.0 script/console
dazoakley-biomart-0.1 script/console
biomart-0.2.3 script/console
biomart-0.2.2 script/console
biomart-0.2.1 script/console
biomart-0.2.0 script/console
biomart-0.1.5 script/console
biomart-0.1.4 script/console
biomart-0.1.3 script/console
biomart-0.1.2 script/console
biomart-0.1.1 script/console
biomart-0.1.0 script/console