11 12 13 14 15 16
# File 'lib/step.rb', line 11 def to_html s = <<-END <h3 class="step">#{body}</h3> END s.strip end