Module: RspecGenerateDoc
- Extended by:
- RspecGenerateDoc
- Included in:
- RspecGenerateDoc
- Defined in:
- lib/rspec_generate_doc.rb,
lib/rspec_generate_doc/version.rb,
lib/rspec_generate_doc/configuration.rb,
lib/rspec_generate_doc/generate_file.rb,
lib/rspec_generate_doc/decorators/action.rb,
lib/rspec_generate_doc/library_hooks/doc.rb,
lib/rspec_generate_doc/decorators/parameter.rb
Defined Under Namespace
Modules: Decorators, LibraryHooks
Classes: Configuration, GenerateFIle
Constant Summary
collapse
- VERSION =
'0.2.10'
Instance Method Summary
collapse
Instance Method Details
#configuration ⇒ Object
18
19
20
|
# File 'lib/rspec_generate_doc.rb', line 18
def configuration
@configuration ||= Configuration.new
end
|
14
15
16
|
# File 'lib/rspec_generate_doc.rb', line 14
def configure
yield configuration
end
|