struct Mint::Compiler::Raw

Overview

Represents raw code (which does not get modified or indented).

Defined in:

compiler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(value _value = @value) #

[View source]
def value : String #