Sha256: 547f90218ae9df4e9972ddfd7c3edc593bd52dcf3f3dee22fb0da5a0879dae52

Contents?: true

Size: 135 Bytes

Versions: 104

Compression:

Stored size: 135 Bytes

Contents

RUBY_INTERPRETER = if RUBY_PLATFORM == 'java'
  :jruby
elsif defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
  :rubinius
else
  :mri
end

Version data entries

104 entries across 104 versions & 9 rubygems

Version Path
vcr-1.3.2 spec/support/ruby_interpreter.rb
vcr-1.3.1 spec/support/ruby_interpreter.rb
vcr-1.3.0 spec/support/ruby_interpreter.rb
vcr-1.2.0 spec/support/ruby_interpreter.rb