Sha256: fce6c8b465125c2eb884b236c47a8ff580b17f69b423d4ea0dca0ff69c460e2e

Contents?: true

Size: 307 Bytes

Versions: 13

Compression:

Stored size: 307 Bytes

Contents

#!/usr/bin/env ruby
irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'
libs = []
dirname = File.dirname(__FILE__)

libs << 'irb/completion'
libs << File.join(dirname, 'lib', 'load_fixtures')
libs << File.join(dirname, '..', 'init')

exec "#{irb} #{libs.map{|l| " -r #{l}" }.join} --simple-prompt"

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
cehoffman-acts_as_ferret-0.4.4 doc/demo/vendor/plugins/will_paginate/test/console
jkraemer-acts_as_ferret-0.4.4 doc/demo/vendor/plugins/will_paginate/test/console
watson-acts_as_ferret-0.4.8.2 doc/demo/vendor/plugins/will_paginate/test/console
acts_as_ferret-0.5.2 doc/demo/vendor/plugins/will_paginate/test/console
acts_as_ferret-0.4.8.2 doc/demo/vendor/plugins/will_paginate/test/console
acts_as_ferret-0.4.8.1 doc/demo/vendor/plugins/will_paginate/test/console
acts_as_ferret-0.5.1 doc/demo/vendor/plugins/will_paginate/test/console
acts_as_ferret-0.5 doc/demo/vendor/plugins/will_paginate/test/console
acts_as_ferret-0.4.8.rails3 doc/demo/vendor/plugins/will_paginate/test/console
acts_as_ferret-0.4.8 doc/demo/vendor/plugins/will_paginate/test/console
acts_as_ferret-0.4.7 doc/demo/vendor/plugins/will_paginate/test/console
acts_as_ferret-0.4.6 doc/demo/vendor/plugins/will_paginate/test/console
acts_as_ferret-0.4.4 doc/demo/vendor/plugins/will_paginate/test/console