struct Module

Defined in:

merger.cr

Constructors

Instance Method Summary

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]