class RuboCop::Cop::Layout::InitialIndentation

def first_token

def first_token
  processed_source.tokens.find { |t| !t.text.start_with?('#') }
end