struct

Lucky::FormatRegistry::CustomFormat

Inherits Struct < Value < Object

Represents a custom format that users can register

Constructors

new(name : String, extension : String, mime_type : String)
Source

Instance methods

extension
Source
mime_type
Source
name
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source