module Rakuna::Provides::HTML

Public Instance Methods

content_types_provided() click to toggle source
# File lib/rakuna/provides/html.rb, line 11
def content_types_provided
  @content_types_provided ||= super << ['text/html', :to_html]
end
to_html() click to toggle source
# File lib/rakuna/provides/html.rb, line 16
def to_html
  output
end