Sha256: e3ffd0e5326bf25fbec27926de076e5d496818fab2f6cee7669ea73f7442b904

Contents?: true

Size: 198 Bytes

Versions: 9

Compression:

Stored size: 198 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-command')
  ARGV.clear
  IRB.start
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tty-command-0.6.0 tasks/console.rake
tty-command-0.5.0 tasks/console.rake
tty-command-0.4.0 tasks/console.rake
tty-command-0.3.3 tasks/console.rake
tty-command-0.3.2 tasks/console.rake
tty-command-0.3.1 tasks/console.rake
tty-command-0.3.0 tasks/console.rake
tty-command-0.2.0 tasks/console.rake
tty-command-0.1.0 tasks/console.rake