class Luce::DedentedText
- Luce::DedentedText
- Reference
- Object
Overview
A class that describes a dedented text
Defined in:
luce/util.crConstructors
Instance Method Summary
-
#tab_remaining : Int32 | Nil
How many spaces of tab that remain after part of it has been consumed.
-
#text : String
The indented text
Constructor Detail
Instance Method Detail
def tab_remaining : Int32 | Nil
#
How many spaces of tab that remain after part of it has been consumed.
nil
means that we did not read a tab
.