lib/jamf/ruby_extensions/ipaddr.rb in ruby-jss-1.6.4 vs lib/jamf/ruby_extensions/ipaddr.rb in ruby-jss-2.0.0a10

- old
+ new

@@ -1,6 +1,6 @@ -### Copyright 2020 Pixar +### Copyright 2022 Pixar ### ### Licensed under the Apache License, Version 2.0 (the "Apache License") ### with the following modification; you may not use this file except in ### compliance with the Apache License and the following modification to it: @@ -29,9 +29,9 @@ ############################################ ### A few augmentations to IPAddr handling. ### class IPAddr - include JamfRubyExtensions::IPAddr::Utils + extend JamfRubyExtensions::IPAddr::Utils end # Class IPAddr