~ubuntu-branches/ubuntu/utopic/ruby-excon/utopic

« back to all changes in this revision

Viewing changes to lib/excon/response.rb

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2013-07-06 23:48:43 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130706234843-vyj5m4o7q6hlhwo4
Tags: 0.25.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
    end
107
107
 
108
108
    def params
109
 
      $stderr.puts("Excon::Response#params is deprecated use Excon::Response#data instead (#{caller.first})")
 
109
      Excon.display_warning("Excon::Response#params is deprecated use Excon::Response#data instead (#{caller.first})")
110
110
      data
111
111
    end
112
112