Sha256: 337c33ec372f654575b2fed312f9f85dd20801ac527efec894b5479e73cf270a
Contents?: true
Size: 179 Bytes
Versions: 6
Compression:
Stored size: 179 Bytes
Contents
module Makesure class Cmd attr_reader :cron, :command def initialize(cron, command) @cron = cron @command = command end end end
Version data entries
6 entries across 6 versions & 1 rubygems