class RuboCop::AST::NodePattern::Compiler::Debug::Colorizer

def ruby_ast(ruby)

def ruby_ast(ruby)
  ProcessedSource.new(ruby, RUBY_VERSION.to_f, '(ruby)').ast
end