puppet-strings/lib/puppet-strings
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
..
tasks Fix args handling for rake strings::generate 2017-07-14 21:45:42 +02:00
yard (PDOC-160) Remove the timestamp from output 2017-06-05 20:56:13 +10:00
json.rb (PDOC-125) Display all puppet function signatures in top-level signature array 2016-11-14 12:53:49 -08:00
tasks.rb (PDOC-63) Implement the Puppet Strings rake tasks. 2016-09-15 17:15:53 -07:00
yard.rb (PDOC-161) Add `summary` tag for short descriptions 2017-03-16 12:51:53 -07:00