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