enum Novika::Quote::PadSide

Overview

Represents the side where padding should apply.

See Quote#pad.

Defined in:

novika/forms/quote.cr

Enum Members

Left = 0

Apply padding to the left of the quote.

Right = 1

Apply padding to the right of the quote.

Instance Method Summary

Instance Method Detail

def apply(quote : Quote, padding : Quote) #

Applies padding to the side specified by self.


[View source]
def left? #

[View source]
def right? #

[View source]