Class Lisp::Format::Directives::SkipWhitespace
In: lib/facet/lisp-format.rb
Parent: Directive

Represents the ~?\n (Real new-line) directive. This is used to skip the new-line and any following white-space characters in the input format. This is useful in long format strings, where the string has to be split into multiple lines without ruining indentation.

Methods

join  

Public Instance methods

Join this directive with the following. This removes any new-line and/or following white-space from the directive that follows, if it is a string Literal.

[Validate]