Method: Webhookdb::Formatting::Table#initialize

Defined in:
lib/webhookdb/formatting.rb

#initialize(headers, rows) ⇒ Table

Returns a new instance of Table.



47
48
49
50
# File 'lib/webhookdb/formatting.rb', line 47

def initialize(headers, rows)
  @headers = headers
  @rows = rows
end