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.
1 parent 82c9545 commit c20eb12Copy full SHA for c20eb12
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