class RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
def range_inside_hash(node)
def range_inside_hash(node) return node.source_range if node.location.begin.nil? range_between(node.location.begin.end_pos, node.location.end.begin_pos) end
def range_inside_hash(node) return node.source_range if node.location.begin.nil? range_between(node.location.begin.end_pos, node.location.end.begin_pos) end