Sha256: 644a6d6c75edf5f4c53c84bd0ccb1cbdc89e7b721217ee6c235f1eac23016072

Contents?: true

Size: 203 Bytes

Versions: 5

Compression:

Stored size: 203 Bytes

Contents

# encoding: utf-8

desc 'Load gem inside irb console'
task :console do
  require 'irb'
  require 'irb/completion'
  require_relative '../lib/tty-command'
  ARGV.clear
  IRB.start
end
task :c => :console

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tty-command-0.9.0 tasks/console.rake
tty-command-0.8.2 tasks/console.rake
tty-command-0.8.1 tasks/console.rake
tty-command-0.8.0 tasks/console.rake
tty-command-0.7.0 tasks/console.rake