class RuboCop::Cop::Style::BracesAroundHashParameters
def right_brace_and_space(loc_end)
def right_brace_and_space(loc_end) brace_and_space = range_with_surrounding_space(loc_end, :left) range_with_surrounding_comma(brace_and_space, :left) end
def right_brace_and_space(loc_end) brace_and_space = range_with_surrounding_space(loc_end, :left) range_with_surrounding_comma(brace_and_space, :left) end