We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82c9545 + c20eb12 commit d9d26adCopy full SHA for d9d26ad
lib/thor/shell/basic.rb
@@ -1,4 +1,5 @@
1
require 'tempfile'
2
+require 'io/console' if RUBY_VERSION > '1.9.2'
3
4
class Thor
5
module Shell
0 commit comments