Method: Veye::Pagination::PaginationTable#before
- Defined in:
- lib/veye/pagination/pagination_table.rb
#before ⇒ Object
6 7 8 9 10 |
# File 'lib/veye/pagination/pagination_table.rb', line 6 def before @@table = Terminal::Table.new :title => "Pagination", :headings => %w(current_page per_page total_pages total_entries) @@table.align_column(0, :right) end |