NAME

Text::Snippet::TabStop::WithDefault - Tab stop that specifies a default value for the user

EXAMPLE SYNTAX

${1:default value here}

CLASS METHODS

parse

This method parses the index and default value from the source that is passed in.

INSTANCE METHODS

  • default

    Returns the default value as parsed from the original source of the tab stop.

  • replacement

    Augments super-class' replacement method an returns the default value if no replacement has been specified.