Class: RuboCop::TargetRuby::MiseTomlFile Private

Inherits:
RubyVersionFile show all
Defined in:
lib/rubocop/target_ruby.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

The target ruby version may be found in a mise.toml file, in a line starting with ‘ruby = “`.

Instance Attribute Summary

Attributes inherited from Source

#name, #version

Method Summary

Methods inherited from RubyVersionFile

#name

Methods inherited from Source

#initialize, #to_s

Constructor Details

This class inherits a constructor from RuboCop::TargetRuby::Source