puppet-strings/lib
Antoine Musso fc2779202c Fix args handling for rake strings::generate
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.
2017-07-14 21:45:42 +02:00
..
puppet (maint) RuboCop fixes. 2016-09-15 17:15:54 -07:00
puppet-strings Fix args handling for rake strings::generate 2017-07-14 21:45:42 +02:00
puppet-strings.rb (PDOC-63) Implement JSON output. 2016-09-15 17:15:50 -07:00