Sha256: 15d6a418cfa31a260909f6ea339707db25d2623414d47854562d5023057ce4c3
Contents?: true
Size: 260 Bytes
Versions: 749
Compression:
Stored size: 260 Bytes
Contents
Puppet::Face.define(:syntax, '1.0.0') do action :foo do when_invoked do |whom| "hello, #{whom}" end # This 'end' is deliberately omitted, to induce a syntax error. # Please don't fix that, as it is used for testing. --daniel 2011-05-02 end
Version data entries
749 entries across 749 versions & 3 rubygems