_pretty_table.rb

Path: lib/sequel/extensions/_pretty_table.rb
Last Update: Fri Oct 06 03:25:22 +0000 2017

frozen-string-literal: true

This _pretty_table extension is only for internal use. It adds the Sequel::PrettyTable class without modifying Sequel::Dataset.

To load the extension:

  Sequel.extension :_pretty_table

Related module: Sequel::PrettyTable

[Validate]