class Malt::Format::HTML

Public Instance Methods

html(*) click to toggle source
# File lib/malt/formats/html.rb, line 11
def html(*)
  text
end
to_html(*) click to toggle source

HTML is HTML ;)

# File lib/malt/formats/html.rb, line 16
def to_html(*)
  self
end