mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-22 22:26:41 +00:00
7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
module Schemable
|
|
VERSION: String
|
|
def generate_schemas: () -> Array[Hash[Symbol, Hash[Symbol, any]]]
|
|
def configure: () { (Configuration) -> Configuration } -> Configuration
|
|
attr_accessor configuration: Configuration
|
|
end
|