Module: Hippo::Outputters::HTML::RepeatingComponent

Included in:
TransactionSets::RepeatingComponent
Defined in:
lib/hippo/outputters/html.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



28
29
30
# File 'lib/hippo/outputters/html.rb', line 28

def to_html
 map{|component| component.to_html}.join
end