Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby/1.9/io/console.rb
Original file line number Diff line number Diff line change
@@ -186,7 +186,7 @@ def ioflush
end

if !result || RbConfig::CONFIG['host_os'] =~ /(mswin)|(win32)|(ming)/
warn "io/console not supported; tty will not be manipulated"
warn "io/console not supported; tty will not be manipulated" if $VERBOSE

This comment has been minimized.

Copy link
@valtoni

valtoni Mar 11, 2016

Nice correction


# Windows version is always stubbed for now
class IO

0 comments on commit eb1dd7a

Please sign in to comment.