General

Profile

k1LoW (Ken'ichiro Oyama)

  • Login: k1LoW
  • Registered on: 11/10/2017
  • Last sign in: 12/20/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

11/20/2017

05:40 AM Ruby Bug #14119: IPAddr#include? does not seem to support the subnet mask
s/IPAdrr/IPAddr/ です。申し訳ありません。。。 k1LoW (Ken'ichiro Oyama)
05:29 AM Ruby Bug #14119 (Closed): IPAddr#include? does not seem to support the subnet mask
IPAdrr#include? において、引数のIPAddrオブジェクトのネットマスクが考慮された判定になっていないようです。
## 再現方法と得られた結果
~~~
irb(main):001:0> require 'ipaddr'
=> true
irb(main):002:0> IPAddr.new('10.5.0.0/24').include?('10.5.0.0/16')
=> true
irb(main):003:0> IPAddr.ne...
k1LoW (Ken'ichiro Oyama)

Also available in: Atom