Sha256: 6eac84489719cc6180df81564f9b0b85e6f8da49c4c989f35652e211ec2a6669
Contents?: true
Size: 180 Bytes
Versions: 6
Compression:
Stored size: 180 Bytes
Contents
module LearnChef module Workflow @@task_options = {} def assign_task_options(options) @@task_options = options end def task_options @@task_options end end; end
Version data entries
6 entries across 4 versions & 1 rubygems