schemable/sig/schemable.rbs
2023-11-09 15:25:04 +03:00

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