Class: Web::Unit::NilTableCell

Inherits:
TableCell show all
Defined in:
lib/web/unit/table.rb

Instance Attribute Summary

Attributes inherited from TableCell

#colspan, #cs, #rowspan, #rs

Attributes inherited from HtmlElem

#array, #attrs, #children, #name, #tag

Instance Method Summary collapse

Methods inherited from HtmlElem

#append, #extract, #find, #has?, #inspect, #print, #readlink, #search

Constructor Details

#initializeNilTableCell

Returns a new instance of NilTableCell.



139
140
141
# File 'lib/web/unit/table.rb', line 139

def initialize
  super( 'dummy', {} )
end

Instance Method Details

#dataObject



143
144
145
# File 'lib/web/unit/table.rb', line 143

def data
  nil
end