DEBSOURCES
Skip Quicknav
sources / ruby-rspec-expectations / 2.14.2-1~bpo70%2B1 / spec / support / ruby_version.rb
12345678910
module RSpec module Ruby class << self def version RUBY_VERSION end end end end