lib/instapaper_full.rb in instapaper_full-0.0.2 vs lib/instapaper_full.rb in instapaper_full-0.0.3

- old
+ new

@@ -60,13 +60,10 @@ result = connection.post(method) do |r| if body r.body = body end end - if result.status == 200 - return result.body - end - return nil + return result.body end def verify_credentials call('account/verify_credentials')[0] end