mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-23 06:36:40 +00:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
module Schemable
|
|
VERSION: String
|
|
|
|
attr_accessor configuration: Configuration
|
|
|
|
def configure: () { (Configuration) -> Configuration } -> Configuration
|
|
end
|