summaryrefslogtreecommitdiff
path: root/lib/reline.rb
diff options
context:
space:
mode:
authormanga_osyo <manga.osyo@gmail.com>2019-08-24 01:34:00 +0900
committeraycabta <aycabta@gmail.com>2019-08-27 01:23:50 +0900
commit344f507e4e7f74477f29a8f72d1042a468ce8a42 (patch)
treef7d8258ae9c05843b994c5860dd745dda38cdbb3 /lib/reline.rb
parent50d4a77041db71ce3110038109b65c3f059c0676 (diff)
Remove .freeze.
Diffstat (limited to 'lib/reline.rb')
-rw-r--r--lib/reline.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/reline.rb b/lib/reline.rb
index a27d2a52dc..0ee422eefc 100644
--- a/lib/reline.rb
+++ b/lib/reline.rb
@@ -36,11 +36,11 @@ module Reline
auto_indent_proc
pre_input_hook
dig_perfect_match_proc
- ).each(&method(:attr_reader)).freeze
+ ).each(&method(:attr_reader))
ATTR_ACCESSOR_NAMES = %i(
completion_case_fold
- ).each(&method(:attr_accessor)).freeze
+ ).each(&method(:attr_accessor))
attr_accessor :config
attr_accessor :key_stroke