File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
activesupport/lib/active_support/core_ext/module Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ class Module
7
7
# option is not used.
8
8
class DelegationError < NoMethodError ; end
9
9
10
- RUBY_RESERVED_KEYWORDS = %w( alias and BEGIN begin break case class def defined? do
11
- else elsif END end ensure false for if in module next nil not or redo rescue retry
12
- return self super then true undef unless until when while yield )
10
+ RUBY_RESERVED_KEYWORDS = %w( __ENCODING__ __LINE__ __FILE__ alias and BEGIN begin break
11
+ case class def defined? do else elsif END end ensure false for if in module next nil
12
+ not or redo rescue retry return self super then true undef unless until when while yield )
13
13
DELEGATION_RESERVED_KEYWORDS = %w( _ arg args block )
14
14
DELEGATION_RESERVED_METHOD_NAMES = Set . new (
15
15
RUBY_RESERVED_KEYWORDS + DELEGATION_RESERVED_KEYWORDS
You can’t perform that action at this time.
0 commit comments