Returns a new instance of Table.
32 33 34 35 36
# File 'lib/webhookdb/db_adapter.rb', line 32 def initialize(**kwargs) super self.typecheck!(:name, Symbol) self.typecheck!(:schema, Schema, nullable: true) end