ca98890cdd
When `newfunction` is separated from the Puppet::Parser::Functions module name by a newline, YARD ignores the namespace and uses `newfunction` as the source of the first statement. Prior to this commit, strings didn't recognize this case, and 3.x functions written in this way were not parsed as functions. This commit updates the ruby function handler to identify and properly parse 3.x functions that include a newline between the Puppet::Parser::Function namespace and the newfunction method call. |
||
---|---|---|
.. | ||
acceptance | ||
fixtures | ||
unit/puppet-strings | ||
spec_helper.rb | ||
spec_helper_acceptance.rb |