Sha256: 89d47909040e65a0ad13d05225d8c2e5818225d47b97831f864202ed98713f7e
Contents?: true
Size: 311 Bytes
Versions: 320
Compression:
Stored size: 311 Bytes
Contents
x = module Puppet::Parser::Functions newfunction(:bad_func_load5, :type => :rvalue, :doc => <<-EOS A function using the 3x API EOS ) do |arguments| "some return value" end end def self.bad_func_load5_illegal_method end # Attempt to get around problem of not returning what newfunction returns x
Version data entries
320 entries across 320 versions & 1 rubygems