Method: Pouch::Elements#table_header

Defined in:
lib/pouch/elements.rb

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



98
99
100
# File 'lib/pouch/elements.rb', line 98

def table_header name, identifier, *args, &block
  element :th, name, identifier, args, &block
end