Module: DelimScanner::Default
- Included in:
- DelimScanner
- Defined in:
- lib/Getopt/DelimScanner.rb
Overview
Namespace module for DelimString constants
Constant Summary collapse
- CodeblockDelimiters =
The list of default opening => closing codeblock delimiters to use for scanCodeblock.
{ '{' => '}', 'begin' => 'end', 'do' => 'end', }
- MultipleFunctions =
Default scanMultiple operations and their arguments
[ :scanVariable => [], :scanQuotelike => [], :scanCodeblock => [], ]