Sha256: 98bd9a589bcf8c18f6ec557a4debe12d07c2ffbaacdb932949164649b8f05ab5
Contents?: true
Size: 208 Bytes
Versions: 7
Compression:
Stored size: 208 Bytes
Contents
before_run :test before_run { 2 + 2 } before_section :a, :run_a before_section :all before { 2 + 2 } before(:b) { 2 + 2 } def test; end def run_a; end def all(section) end def init; sections 'a', 'b' end
Version data entries
7 entries across 7 versions & 1 rubygems