Temporarily Updates Schemable Module

This commit is contained in:
Muhammad Nawzad
2023-11-09 15:25:04 +03:00
parent cab957709d
commit b4e995a250
2 changed files with 20 additions and 931 deletions

View File

@@ -1,4 +1,6 @@
module Schemable
VERSION: String
# See the writing guide of rbs: https://github.com/ruby/rbs#guides
def generate_schemas: () -> Array[Hash[Symbol, Hash[Symbol, any]]]
def configure: () { (Configuration) -> Configuration } -> Configuration
attr_accessor configuration: Configuration
end