Method: Pouch::Elements#table

Defined in:
lib/pouch/elements.rb

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



90
91
92
# File 'lib/pouch/elements.rb', line 90

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