Sha256: 9f31c558ffbf40f4d258db10d7c959d5f765c4d6acc281316d6a037919d761ca

Contents?: true

Size: 219 Bytes

Versions: 18

Compression:

Stored size: 219 Bytes

Contents

# encoding: utf-8

desc 'Load gem inside irb console'
task :console do
  require 'irb'
  require 'irb/completion'
  require File.join(__FILE__, '../../lib/tty-reader')
  ARGV.clear
  IRB.start
end
task c: %w[ console ]

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
pokedex-terminal-0.2.8 vendor/bundle/ruby/2.7.0/gems/tty-reader-0.7.0/tasks/console.rake
pokedex-terminal-0.2.7 vendor/bundle/ruby/2.7.0/gems/tty-reader-0.7.0/tasks/console.rake
pokedex-terminal-0.2.6 vendor/bundle/ruby/2.7.0/gems/tty-reader-0.7.0/tasks/console.rake
pokedex-terminal-0.2.5 vendor/bundle/ruby/2.7.0/gems/tty-reader-0.7.0/tasks/console.rake
pokedex-terminal-0.2.4 vendor/bundle/ruby/2.7.0/gems/tty-reader-0.7.0/tasks/console.rake
tty-reader-0.7.0 tasks/console.rake
tty-reader-0.6.0 tasks/console.rake
strings-0.1.5 tasks/console.rake
tty-reader-0.5.0 tasks/console.rake
strings-0.1.4 tasks/console.rake
strings-0.1.3 tasks/console.rake
strings-0.1.2 tasks/console.rake
tty-reader-0.4.0 tasks/console.rake
tty-reader-0.3.0 tasks/console.rake
strings-0.1.1 tasks/console.rake
strings-0.1.0 tasks/console.rake
tty-reader-0.2.0 tasks/console.rake
tty-reader-0.1.0 tasks/console.rake