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