class RenderAsMarkdown::H2

Public Class Methods

new(title) click to toggle source
Calls superclass method RenderAsMarkdown::Header::new
# File lib/render-as-markdown/header.rb, line 27
def initialize title
  super title, "-"
end