File: 3.0.0.rb

package info (click to toggle)
ruby-backports 3.25.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,912 kB
  • sloc: ruby: 11,759; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (2)
1
2
3
# require this file to load all the backports up to Ruby 3.0
require 'backports/2.7.0'
Backports.require_relative_dir if RUBY_VERSION < '3.0'