public Method

ToFlow.add_tag(name, start, stop)

Add a new set of HTML tags for an attribute. We allow separate start and end tags for flexibility

Source Code

# File rdoc/markup/simple_markup/to_flow.rb, line 56
def add_tag(name, start, stop)
  @attr_tags << InlineTag.new(SM::Attribute.bitmap_for(name), start, stop)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.