Skip to content

Commit

Permalink
Uncomment native io/console section. #3989
Browse files Browse the repository at this point in the history
headius committed May 8, 2017
1 parent 59d305e commit e9c5330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ruby/1.9/io/console.rb
Original file line number Diff line number Diff line change
@@ -33,8 +33,8 @@
begin

# Attempt to load the native Linux and BSD console logic
# require 'io/console/native_console'
# ready = true
require 'io/console/native_console'
ready = true

rescue Exception => ex

0 comments on commit e9c5330

Please sign in to comment.