Sha256: 5748beaeb1c77c405c7d4a1c2a766fea5cd906972b65ad45707b2cae02de1814
Contents?: true
Size: 1.24 KB
Versions: 29
Compression:
Stored size: 1.24 KB
Contents
hp93000,testflow,0.1 language_revision = 1; declarations % clean_runtime_control_variables.each do |var| % if var.is_a?(Array) @<%= var[0].to_s.upcase %> = <%= var[1].is_a?(String) || var[1].is_a?(Symbol) ? "\"#{var[1]}\"" : var[1] %>; % else @<%= var.to_s.upcase %> = 0; % end % end end ----------------------------------------------------------------- flags % clean_flow_control_variables.each do |var| % if var.is_a?(Array) user <%= var[0].to_s.upcase %> = <%= var[1].is_a?(String) || var[1].is_a?(Symbol) ? "\"#{var[1]}\"" : var[1] %>; % else user <%= var.to_s.upcase %> = 0; % end % end end ----------------------------------------------------------------- testmethodparameters end ----------------------------------------------------------------- testmethodlimits end ----------------------------------------------------------------- test_flow end ----------------------------------------------------------------- binning end ----------------------------------------------------------------- oocrule end ----------------------------------------------------------------- context end ----------------------------------------------------------------- hardware_bin_descriptions end -----------------------------------------------------------------
Version data entries
29 entries across 29 versions & 1 rubygems