Sha256: bd6752738be8c6247badf10652b97d122978a1801185273f90a9a8bc641f2aad
Contents?: true
Size: 199 Bytes
Versions: 3
Compression:
Stored size: 199 Bytes
Contents
#!/usr/bin/env ruby irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb' opts = %w[ --simple-prompt ] opts << '-rirb/completion' opts << '-rlib/load_fixtures' exec irb, '-Ilib:test', *opts
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
will_paginate-2.3.17 | test/console |
radiant-1.0.0 | ruby-debug/ruby/1.8/gems/will_paginate-2.3.16/test/console |
will_paginate-2.3.16 | test/console |