Sha256: 78d335284123c3bb21e786165ddc5829c01f1b0e9e206976a460d6fed2d418c2
Contents?: true
Size: 158 Bytes
Versions: 9
Compression:
Stored size: 158 Bytes
Contents
module Runbook::Statements class RubyCommand < Runbook::Statement attr_reader :block def initialize(&block) @block = block end end end
Version data entries
9 entries across 9 versions & 2 rubygems