79582439

Date: 2025-04-19 13:31:25
Score: 1.5
Natty:
Report link
require 'ipaddr'

cidr = IPAddr.new '192.168.1.0/24'
cidr.netmask
=> "255.255.255.0"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MatzFan