Skip to content

Commit 7d607c3

Browse files
committed
Comment for rubocop
1 parent a2d4688 commit 7d607c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/puppet/parser/functions/plist.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

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

0 commit comments

Comments
 (0)