Sha256: 021c98c02c0e7d661f59bf550fe769da2d3b2c8b702e358c6b14131aca6c1355
Contents?: true
Size: 258 Bytes
Versions: 36
Compression:
Stored size: 258 Bytes
Contents
module Mihari module Mixins module AutonomousSystem # # Normalize ASN value # # @param [String, Integer] asn # # @return [Integer] # def normalize_asn: (String | Integer asn) -> Integer end end end
Version data entries
36 entries across 36 versions & 1 rubygems