summaryrefslogtreecommitdiff
path: root/lib/reline/windows.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-10-18 02:29:13 +0900
committeraycabta <aycabta@gmail.com>2019-10-18 02:54:20 +0900
commit53c05a6cf4bb1713d9db63b6e292644bead16da6 (patch)
treebf6ed966c0d42d8309ba9c750e412a250b1db623 /lib/reline/windows.rb
parent13b106a19c9c819fb0c887beb4787ab894cdba6c (diff)
Remove freeze
Diffstat (limited to 'lib/reline/windows.rb')
-rw-r--r--lib/reline/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/windows.rb b/lib/reline/windows.rb
index 18bbbfabc0..9c2babaae5 100644
--- a/lib/reline/windows.rb
+++ b/lib/reline/windows.rb
@@ -10,7 +10,7 @@ class Reline::Windows
[224, 71] => :ed_move_to_beg, # Home
[224, 79] => :ed_move_to_end, # End
[ 0, 41] => :ed_unassigned, # input method on/off
- }.each_key(&:freeze).freeze
+ }
if defined? JRUBY_VERSION
require 'win32api'