1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Mitigates Style/TrailingBlankLines

This commit is contained in:
Thomas Nys 2015-04-18 01:18:50 +02:00
parent 984a00c0ec
commit 8e4476f532
5 changed files with 4 additions and 5 deletions

View file

@ -13,4 +13,4 @@ pp Google.get('http://google.com')
puts '', '*'*70, ''
# check that ssl is requesting right
pp Google.get('https://www.google.com')
pp Google.get('https://www.google.com')

View file

@ -35,4 +35,3 @@ class Google
end
Google.get "http://google.com"

View file

@ -11,4 +11,4 @@ class Rubyurl
end
end
pp Rubyurl.shorten( 'http://istwitterdown.com/')
pp Rubyurl.shorten( 'http://istwitterdown.com/')

View file

@ -7,4 +7,4 @@ class Rep
end
pp Rep.get('http://whoismyrepresentative.com/getall_mems.php?zip=46544')
pp Rep.get('http://whoismyrepresentative.com/getall_mems.php', query: {zip: 46544})
pp Rep.get('http://whoismyrepresentative.com/getall_mems.php', query: {zip: 46544})

View file

@ -24,4 +24,4 @@ end
After do
@server.stop if @server
end
end