class Tablerize::RawHtmlElement

A RawHtmlElement represents arbitrary HTML.

Attributes

html[R]
to_html[R]

Public Class Methods

new(html) click to toggle source
# File lib/tablerize/html_element.rb, line 12
def initialize(html)
  @html = html
end