You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raisePuppet::Error,_("Unable to load application class '%{class_name}' from file 'puppet/application/%{application_name}.rb'") % {class_name: class_name,application_name: application_name}
255
255
end
256
256
257
-
returnclazz
257
+
clazz
258
258
end
259
259
260
260
# Given the fully qualified name of a class, attempt to get the class instance.
261
261
# @param [String] class_name the fully qualified name of the class to try to load
262
262
# @return [Class] the Class instance, or nil? if it could not be loaded.
0 commit comments