Method: Pouch::Elements#table_cell

Defined in:
lib/pouch/elements.rb

#table_cell(name, identifier, *args, &block) ⇒ Object



94
95
96
# File 'lib/pouch/elements.rb', line 94

def table_cell name, identifier, *args, &block
  element :td, name, identifier, args, &block
end