Method: Oversee::Table#head

Defined in:
app/components/oversee/table.rb

#headObject



14
15
16
# File 'app/components/oversee/table.rb', line 14

def head(&)
  render Oversee::Table::Head.new(&)
end