DEBSOURCES
Skip Quicknav
sources / ruby-rspec-expectations / 2.14.2-1~bpo70%2B1 / lib / rspec / expectations / version.rb
123456789
module RSpec module Expectations # @private module Version STRING = '2.14.2' end end end