Sha256: f0094f062999b76abe91a0fa1b5484b495638b4740c11a69ef8d6f9ef4254b04

Contents?: true

Size: 164 Bytes

Versions: 3

Compression:

Stored size: 164 Bytes

Contents

# frozen_string_literal: true

module Puppet
  module Parser
    module Functions
      newfunction(:foo, type: :rvalue) do |arguments|
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puppet-ghostbuster-1.2.1 spec/fixtures/modules/foo/lib/puppet/parser/functions/foo.rb
puppet-ghostbuster-1.2.0 spec/fixtures/modules/foo/lib/puppet/parser/functions/foo.rb
puppet-ghostbuster-1.1.0 spec/fixtures/modules/foo/lib/puppet/parser/functions/foo.rb