Class: Angus::SDoc::HtmlFormatter
- Inherits:
-
Object
- Object
- Angus::SDoc::HtmlFormatter
- Defined in:
- lib/angus/sdoc/html_formatter.rb
Class Method Summary collapse
-
.format_service(service_definition) ⇒ String
Generates the html for the service definition.
Class Method Details
.format_service(service_definition) ⇒ String
Generates the html for the service definition.
14 15 16 17 18 |
# File 'lib/angus/sdoc/html_formatter.rb', line 14 def format_service(service_definition) @service = service_definition erb(:doc) end |