class String

Public Instance Methods

to_html() click to toggle source
# File lib/pages_cms/extensions.rb, line 2
def to_html
  GitHub::Markdown.render_gfm(self) if self
end