summaryrefslogtreecommitdiff
path: root/lib/readline.rb
diff options
context:
space:
mode:
authoraycabta <[email protected]>2019-10-23 23:58:59 +0900
committeraycabta <[email protected]>2019-10-23 23:59:53 +0900
commit039faecdb88546a7ad43594a870900b0b370aa9c ()
tree9fe6f467041e5e92ad33c25794b06941693d157a /lib/readline.rb
parent1d91feaf13e0ffe04b2dabc6e77e4101b6d0bb07 (diff)
Suppress duplicated "require 'reline'"
-rw-r--r--lib/readline.rb2
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@
begin
require 'readline.so'
rescue LoadError
- require 'reline'
Readline = Reline
end