1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove .freeze.

This commit is contained in:
manga_osyo 2019-08-24 01:34:00 +09:00 committed by aycabta
parent 50d4a77041
commit 344f507e4e

View file

@ -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