# File lib/puppet/application/filebucket.rb, line 15 15: def run_command 16: @args = command_line.args 17: command = args.shift 18: return send(command) if %w{get backup restore}.include? command 19: help 20: end