fc2779202c
In the rake task strings::generate, the arguments json and yard_args are not applied properly. The logic uses args.key?, however args is not a Hash but a Rake::TaskArguments (and Enumerable). There is now key? method. Use Rake::TaskArguments.has_key? instead. |
||
---|---|---|
.. | ||
puppet | ||
puppet-strings | ||
puppet-strings.rb |