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