class RuboCop::Cop::Layout::LeadingCommentSpace

def hash_mark(expr)

def hash_mark(expr)
  range_between(expr.begin_pos, expr.begin_pos + 1)
end