class Crst::CodeBlock

Overview

Represents a code block with language

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(language : String, code : String) #

[View source]

Instance Method Detail

def code : String #

[View source]
def code=(code : String) #

[View source]
def language : String #

[View source]
def language=(language : String) #

[View source]