method
rules
v2_6_3 -
Show latest stable
- Class:
Bundler::Settings::Validator
rules()private
No documentation available.
# File lib/bundler/settings/validator.rb, line 41
def self.rules
@rules ||= Hash.new {|h, k| h[k] = [] }
end