lib/jamf.rb in ruby-jss-3.0.0 vs lib/jamf.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: @@ -65,11 +65,11 @@ module Jamf # Use the load_msg method defined for Zeitwerk def self.load_msg(msg) JamfZeitwerkConfig.load_msg msg - end + end # the single instance of our configuration object def self.config Jamf::Configuration.instance end @@ -86,10 +86,10 @@ # JSS module is now a synonym for Jamf module JSS = Jamf # testing zeitwerk loading, the the desired file is present -JamfZeitwerkConfig.eager_load_for_testing +JamfZeitwerkConfig.eager_load_for_testing -# Load more non-autoloaded stuff, but this stuff needs +# Load more non-autoloaded stuff, but this stuff needs # to happen after zeitwerk loading is active. require 'jamf/deprecations'