Sha256: 050749c609dda1c612f23d81518b30445a1f9c6b9a99a77c072bc8b3481ac7cf

Contents?: true

Size: 240 Bytes

Versions: 18

Compression:

Stored size: 240 Bytes

Contents

require 'pio/monkey_patch/integer/base_conversions'
require 'pio/monkey_patch/integer/ranges'

# Monkey patch to Ruby's Integer class.
class Integer
  include MonkeyPatch::Integer::BaseConversions
  include MonkeyPatch::Integer::Ranges
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
pio-0.30.1 lib/pio/monkey_patch/integer.rb
pio-0.30.0 lib/pio/monkey_patch/integer.rb
pio-0.29.0 lib/pio/monkey_patch/integer.rb
pio-0.28.1 lib/pio/monkey_patch/integer.rb
pio-0.28.0 lib/pio/monkey_patch/integer.rb
pio-0.27.2 lib/pio/monkey_patch/integer.rb
pio-0.27.1 lib/pio/monkey_patch/integer.rb
pio-0.27.0 lib/pio/monkey_patch/integer.rb
pio-0.26.0 lib/pio/monkey_patch/integer.rb
pio-0.25.0 lib/pio/monkey_patch/integer.rb
pio-0.24.2 lib/pio/monkey_patch/integer.rb
pio-0.24.1 lib/pio/monkey_patch/integer.rb
pio-0.24.0 lib/pio/monkey_patch/integer.rb
pio-0.23.1 lib/pio/monkey_patch/integer.rb
pio-0.23.0 lib/pio/monkey_patch/integer.rb
pio-0.22.0 lib/pio/monkey_patch/integer.rb
pio-0.21.1 lib/pio/monkey_patch/integer.rb
pio-0.21.0 lib/pio/monkey_patch/integer.rb