Sha256: bc97202781102cbc67fbd8af5d3f96a70aa6624d582bdd774dfd25c434d9e03d
Contents?: true
Size: 281 Bytes
Versions: 15
Compression:
Stored size: 281 Bytes
Contents
# Single-line step scoper When /^(.*) within ([^:]+)$/ do |step_def, parent| with_scope(parent) { step step_def } end # Multi-line step scoper When /^(.*) within ([^:]+):$/ do |step_def, parent, table_or_string| with_scope(parent) { step "#{step_def}:", table_or_string } end
Version data entries
15 entries across 15 versions & 2 rubygems