Sha256: 0e3d267473cfab8dde9ee8a3fe6d9c46a5be99fce2e4baa3268553ca22bab10b
Contents?: true
Size: 320 Bytes
Versions: 10
Compression:
Stored size: 320 Bytes
Contents
module WIP module Runner module Workflow class Builder::Step < Builder::Component attr_reader :heading def initialize(command, heading, &block) @command = command @heading = heading instance_exec(&block) if block_given? end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems