DEBSOURCES
Skip Quicknav
sources / ruby-rspec / 3.5.0c3e0m0s0-1 / rspec-expectations / lib / rspec / expectations / version.rb
12345678
module RSpec module Expectations # @private module Version STRING = '3.5.0' end end end