Sha256: eff54eb8ff417c34b1d9426daf291496c17ca393612b42f56c948dd9383f7c64
Contents?: true
Size: 175 Bytes
Versions: 17
Compression:
Stored size: 175 Bytes
Contents
class Puppetfactory class Plugins attr_reader :weight # just sets up the namespace for now def initialize(options=nil) @weight ||= 100 end end end
Version data entries
17 entries across 17 versions & 1 rubygems