Module: RuboCop

Defined in:
lib/ruby-next/rubocop.rb,
lib/ruby-next/rubocop.rb,
lib/ruby-next/rubocop.rb,
lib/ruby-next/rubocop.rb

Overview

rubocop:enable Layout/HeredocIndentation

Defined Under Namespace

Modules: AST, Cop Classes: ProcessedSource, TargetRuby

Constant Summary collapse

RUBY_NEXT_VERSION =

Transform Ruby Next parser version to a float, e.g.: “2.8.0.1” => 2.801

Parser::NEXT_VERSION.match(/(^\d+)\.(.+)$/)[1..-1].map { |part| part.delete(".") }.join(".").to_f