Class: Web::Unit::NilTableCell
- Defined in:
- lib/web/unit/table.rb
Instance Attribute Summary
Attributes inherited from TableCell
Attributes inherited from HtmlElem
#array, #attrs, #children, #name, #tag
Instance Method Summary collapse
- #data ⇒ Object
-
#initialize ⇒ NilTableCell
constructor
A new instance of NilTableCell.
Methods inherited from HtmlElem
#append, #extract, #find, #has?, #inspect, #print, #readlink, #search
Constructor Details
#initialize ⇒ NilTableCell
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
#data ⇒ Object
143 144 145 |
# File 'lib/web/unit/table.rb', line 143 def data nil end |