# File lib/rhc/rest/application.rb, line 260 def configure(options={}) debug "Running update for #{name} with options #{options.inspect}" if supports? "UPDATE" rest_method "UPDATE", options else raise RHC::DeploymentsNotSupportedException end end