Top Level Namespace
| Relationships & Source Files | |
| Namespace Children | |
|
Modules:
| |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Instance Chain:
|
Constant Summary
-
LINE_BEGINS_REGEX_CACHE =
private
# File 'lib/rubocop/ast/ext/range.rb', line 40Hash.new do |hash, index| hash[index] = /^\s{#{index}}\S/ if index <= MAX_LINE_BEGINS_REGEX_INDEX end
-
MAX_LINE_BEGINS_REGEX_INDEX =
private
# File 'lib/rubocop/ast/ext/range.rb', line 39
Arbitrarily chosen value, should be enough to cover the most nested source code in real world projects.
50