Method: Pouch::Elements#table

Defined in:
lib/pouch/elements.rb

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



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

def table name, identifier, *args, &block
  element :table, name, identifier, args, &block
end