class RuboCop::Cop::Style::InverseMethods

def dot_range(loc)

def dot_range(loc)
  range_between(loc.dot.begin_pos, loc.expression.end_pos)
end