File Manager

Path: /proc/self/root/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/tins-1.25.0/lib/tins/

Viewing File: range_plus.rb

module Tins
  module RangePlus
    def +(other)
      to_a + other.to_a
    end
  end
end

require 'tins/alias'