# frozen_string_literal: true module Puppet module Parser module Functions newfunction(:baz, type: :rvalue) do |arguments| end end end end