Class: TemplateParserConfiguration

Inherits:
Java::OrgHaploTemplateHtml::ParserConfiguration
  • Object
show all
Defined in:
lib/hsvt_parser_config.rb

Instance Method Summary collapse

Instance Method Details

#functionArgumentsAreURL(functionName) ⇒ Object



3
4
5
# File 'lib/hsvt_parser_config.rb', line 3

def functionArgumentsAreURL(functionName)
    "backLink" == functionName;
end