Sha256: 1d12729ee961f3f8576cafbec7d0a10fb2e89dae8b77ec2c120d1cb5e1456ea3

Contents?: true

Size: 164 Bytes

Versions: 3

Compression:

Stored size: 164 Bytes

Contents

# frozen_string_literal: true

module Puppet
  module Parser
    module Functions
      newfunction(:bar, 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/bar.rb
puppet-ghostbuster-1.2.0 spec/fixtures/modules/foo/lib/puppet/parser/functions/bar.rb
puppet-ghostbuster-1.1.0 spec/fixtures/modules/foo/lib/puppet/parser/functions/bar.rb