module Hippo_eyeDoc::Outputters::HTML::RepeatingComponent
Public Instance Methods
to_html()
click to toggle source
# File lib/hippo_eyeDoc/outputters/html.rb, line 28 def to_html map{|component| component.to_html}.join end