mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove .freeze.
This commit is contained in:
parent
50d4a77041
commit
344f507e4e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue