class Marker::CodeBlock

Defined in:

marker/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : Marker::CodeBlock::Kind, value : String) #

[View source]

Instance Method Detail

def kind : Kind #

[View source]
def kind=(kind : Kind) #

[View source]
def value : String #

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

[View source]