class RuboCop::Cop::Layout::EmptyComment
def current_token(comment)
def current_token(comment) processed_source.find_token { |token| token.pos == comment.loc.expression } end
def current_token(comment) processed_source.find_token { |token| token.pos == comment.loc.expression } end