# File lib/faraday/response.rb, line 53 def on_complete if not finished? @on_complete_callbacks << Proc.new else yield(env) end return self end