Sha256: 0bda8e9dbb7d6d74ea74e57569906a03d1f5cf9244251c816a47cb380576e08f
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
module InfinumSetup module Program class Cask < Base def valid_keys super + [:program] end def command "brew install #{program}" end def program settings['program'] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
infinum_setup-1.0.1 | lib/infinum_setup/program/cask.rb |
infinum_setup-1.0.0 | lib/infinum_setup/program/cask.rb |