mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-23 06:36:40 +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
|