class Steep::Services::SignatureService::SyntaxErrorStatus

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