class Ven::Suite::QVoid

Overview

A dummy Quote that can be used to experiment with the Reader without writing a dedicated Quote first.

Defined in:

ven/suite/quote.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


def tag : Ven::Suite::QTag #

[View source]
def to_s(io) #

[View source]

Macro Detail

macro defquote!(*fields) #

A dummy Quote that can be used to experiment with the Reader without writing a dedicated Quote first.


[View source]