Skip to content

Commit

Permalink
Comment for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Oct 10, 2016
1 parent a2d4688 commit 7d607c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/parser/functions/plist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'puppet/util/plist' if Puppet.features.cfpropertylist?

# Accepts a hash as input and returns a plist
module Puppet::Parser::Functions
newfunction(:plist, type: :rvalue) do |args|
hash = args[0] || {}
Expand Down

0 comments on commit 7d607c3

Please sign in to comment.