Commit 941b9995 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Remove `Kernel#getc`

`Kernel#getc` has been removed since Ruby 1.9 and is not defined in ISO.
parent 0701cc49
......@@ -28,8 +28,4 @@ module Kernel
def gets(*args)
$stdin.gets(*args)
end
def getc(*args)
$stdin.getc(*args)
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment