Method: TemplateContainerTest::MyMM::Chapter#initialize
- Defined in:
- lib/puppet/vendor/rgen/test/template_language_test.rb
#initialize(title) ⇒ Chapter
Returns a new instance of Chapter.
16 17 18 |
# File 'lib/puppet/vendor/rgen/test/template_language_test.rb', line 16 def initialize(title) @title = title end |