struct
Lucky::FormatRegistry::CustomFormat
- Lucky::FormatRegistry::CustomFormat
- Struct
- Value
- Object
Overview
Represents a custom format that users can register
Defined in:
lucky/format_registry.crConstructors
Instance Method Summary
- #extension : String
- #mime_type : String
- #name : String
-
#to_s(io : IO) : Nil
Same as
#inspect(io)
.