Sha256: 70ecca72a3ccb7276ac114f1ec3332a35d9ec93815ca2d1a6778a82aadc2cf61
Contents?: true
Size: 323 Bytes
Versions: 504
Compression:
Stored size: 323 Bytes
Contents
require 'puppet/face' Puppet::Face.define(:huzzah, '2.0.1') do copyright "Puppet Inc.", 2011 license "Apache 2 license; see COPYING" summary "life is a thing for celebration" action(:bar) { when_invoked { |options| "is where beer comes from" } } action(:call_older) { when_invoked { |_| method_on_older } } end
Version data entries
504 entries across 504 versions & 1 rubygems