class HTML::Table::Content
Public Class Methods
new(string, &block)
click to toggle source
Calls superclass method
# File lib/html/content.rb, line 13 def initialize(string, &block) super(string) instance_eval(&block) if block_given? end