Sha256: e7de7b34487a7f47abd34a570709ba8fad0c5a7c360c3afa775d3ef690495ba2
Contents?: true
Size: 350 Bytes
Versions: 1
Compression:
Stored size: 350 Bytes
Contents
# Any ruby code here will be executed before Amp loads a repository and # dispatches a command. # # Example command: # # command "echo" do |c| # c.opt :"no-newline", "Don't print a trailing newline character", :short => "-n" # c.on_run do |opts, args| # print args.join(" ") # print "\n" unless opts[:"no-newline"] # end # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amp-0.5.3 | test/localrepo_tests/ampfile.rb |