class RuboCop::TargetRuby::Source
@api private
A place where information about a target ruby version is found.
def initialize(config)
def initialize(config) @config = config @version = find_version end
def to_s
def to_s name end
@api private
A place where information about a target ruby version is found.
def initialize(config) @config = config @version = find_version end
def to_s name end