class RuboCop::Cop::Style::IndentHash
def message(base_description)
def message(base_description) format('Use %d spaces for indentation in a hash, relative to %s.', IndentationWidth::CORRECT_INDENTATION, base_description) end
def message(base_description) format('Use %d spaces for indentation in a hash, relative to %s.', IndentationWidth::CORRECT_INDENTATION, base_description) end