class Steep::Services::SignatureService::AncestorErrorStatus
def initialize(files:, changed_paths:, diagnostics:, last_builder:)
def initialize(files:, changed_paths:, diagnostics:, last_builder:) @files = files @changed_paths = changed_paths @diagnostics = diagnostics @last_builder = last_builder end
def rbs_index
def rbs_index @rbs_index ||= Index::RBSIndex.new().tap do |index| builder = Index::RBSIndex::Builder.new(index: index) builder.env(last_builder.env) end end