Sha256: cdacd50729607206490fd63f8c9397ab3ddc41da2a7b8f10f2efdcc5c4ea41f5
Contents?: true
Size: 399 Bytes
Versions: 17
Compression:
Stored size: 399 Bytes
Contents
--- :wxWizardPageSimple.Chain: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby firstPage = FirstPage.new # derived from Wx::WizardPageSimple firstPage.chain(SecondPage.new) .chain(ThirdPage.new) .chain(LastPage.new) ```
Version data entries
17 entries across 17 versions & 1 rubygems