Sha256: 912aad3577e19bb2bd550038b260bd9b13ca6296e4576a271161928b452f81d2
Contents?: true
Size: 175 Bytes
Versions: 61
Compression:
Stored size: 175 Bytes
Contents
class Jets::Stack::Depends class Item attr_reader :stack, :options def initialize(stack, options={}) @stack = stack @options = options end end end
Version data entries
61 entries across 61 versions & 2 rubygems