Sha256: 40c84a1db10685c902523cc7377f82e97f6b4ee540503ddfba1f999e4599a2af

Contents?: true

Size: 247 Bytes

Versions: 5

Compression:

Stored size: 247 Bytes

Contents

module RR
  module KeywordArguments
    class << self
      if (RUBY_VERSION <=> "3.0.0") >= 0
        def fully_supported?
          true
        end
      else
        def fully_supported?
          false
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rr-3.0.8 lib/rr/keyword_arguments.rb
rr-3.0.7 lib/rr/keyword_arguments.rb
rr-3.0.6 lib/rr/keyword_arguments.rb
rr-3.0.5 lib/rr/keyword_arguments.rb
rr-3.0.0 lib/rr/keyword_arguments.rb