lib/jamf/ruby_extensions/ipaddr.rb in ruby-jss-3.0.0 vs lib/jamf/ruby_extensions/ipaddr.rb in ruby-jss-3.1.0b1
- old
+ new
@@ -1,6 +1,6 @@
-### Copyright 2022 Pixar
+### Copyright 2023 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:
@@ -23,15 +23,13 @@
###
###
require 'jamf/ruby_extensions/ipaddr/utils'
-
############################################
### A few augmentations to IPAddr handling.
###
class IPAddr
extend JamfRubyExtensions::IPAddr::Utils
-
end # Class IPAddr