module Cobbler::Common::Finders
Public Class Methods
included(base)
click to toggle source
# File lib/cobbler/common/finders.rb, line 31 def self.included(base) base.extend(ClassMethods) end
# File lib/cobbler/common/finders.rb, line 31 def self.included(base) base.extend(ClassMethods) end