DEBSOURCES
Skip Quicknav
sources / ruby-async-rspec / 1.17.1-1 / lib / async / rspec / version.rb
12345678910
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2017-2023, by Samuel Williams. module Async module RSpec VERSION = "1.17.1" end end