Class Generators::HtmlMethod
In: lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb
lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb
Parent: Object

Methods

Included Modules

MarkUp MarkUp

Attributes

context  [R] 
context  [R] 
img_url  [R] 
img_url  [R] 
source_code  [R] 
source_code  [R] 
src_url  [R] 
src_url  [R] 

Public Class methods

Public Instance methods

we rely on the fact that the first line of a source code listing has

   # File xxxxx, line dddd

we rely on the fact that the first line of a source code listing has

   # File xxxxx, line dddd

Given a sequence of source tokens, mark up the source code to make it look purty.

Given a sequence of source tokens, mark up the source code to make it look purty.

return a reference to outselves to be used as an href= the form depends on whether we‘re all in one file or in multiple files

return a reference to outselves to be used as an href= the form depends on whether we‘re all in one file or in multiple files

[Validate]