class Jenerator

Defined in:

jenerator.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(type_is_class : Bool = true, result : IO = String::Builder.new) #

[View source]

Class Method Detail

def self.process(data : IO | String, document_name : String | Path = "document", type_is_class = true, into output : IO = String::Builder.new) : String #

[View source]

Instance Method Detail

def class? : Bool #

[View source]
def format #

[View source]
def parse(data received : IO | String, document_name = "document") : self #

[View source]
def to_s : String #

Can only be called once!


[View source]