aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/rspec/lib/spec/ruby.rb
blob: 863877c7f936f8bdf209bd283ffc8a23130e3f1c (plain)
1
2
3
4
5
6
7
8
9
module Spec
  module Ruby
    class << self
      def version
        RUBY_VERSION
      end
    end
  end
end