module T12n

Constants

Attr
Interface
Schema
VERSION

Public Instance Methods

start(schema_store: nil) click to toggle source
# File lib/t12n.rb, line 18
def start(schema_store: nil)
  schema_store ||= SchemaStore.new
  Interface.new(schema_store)
end