module ERBLint::Linters::Helpers::RubocopHelpers

def erb_ast(code)

def erb_ast(code)
  RuboCop::AST::ProcessedSource.new(code, RUBY_VERSION.to_f).ast
end