# File lib/puppet/application/filebucket.rb, line 22
22:   def get
23:     md5 = args.shift
24:     out = @client.getfile(md5)
25:     print out
26:   end