Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
LuaMerge
master
Top Level Namespace
Merger
Module
Generated using Crystal 1.14.0
2024-11-26 10:28:56 UTC
struct
Module
Module
Struct
Value
Object
Defined in:
merger.cr
Constructors
.new
(name : String, content : String)
Instance Method Summary
#content
: String
#name
: String
#to_s
(io : IO)
Same as
#inspect(io)
.
Constructor Detail
def self.
new
(name : String, content : String)
#
[
View source
]
Instance Method Detail
def
content
: String
#
[
View source
]
def
name
: String
#
[
View source
]
def
to_s
(io : IO)
#
Description copied from struct Struct
Same as
#inspect(io)
.
[
View source
]