Sha256: dd63cc049ed05f92dbd98720724999867d0d0681fdc3163fea879d72373f4953
Contents?: true
Size: 280 Bytes
Versions: 3
Compression:
Stored size: 280 Bytes
Contents
module RR module KeywordArguments class << self if (RUBY_VERSION <=> "3.0.0") >= 0 and RUBY_ENGINE != "truffleruby" def fully_supported? true end else def fully_supported? false end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rr-3.1.1 | lib/rr/keyword_arguments.rb |
rr-3.1.0 | lib/rr/keyword_arguments.rb |
rr-3.0.9 | lib/rr/keyword_arguments.rb |