mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Mitigates Style/TrailingBlankLines
This commit is contained in:
parent
984a00c0ec
commit
8e4476f532
5 changed files with 4 additions and 5 deletions
|
@ -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')
|
||||
|
|
|
@ -35,4 +35,3 @@ class Google
|
|||
end
|
||||
|
||||
Google.get "http://google.com"
|
||||
|
||||
|
|
|
@ -11,4 +11,4 @@ class Rubyurl
|
|||
end
|
||||
end
|
||||
|
||||
pp Rubyurl.shorten( 'http://istwitterdown.com/')
|
||||
pp Rubyurl.shorten( 'http://istwitterdown.com/')
|
||||
|
|
|
@ -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})
|
||||
|
|
|
@ -24,4 +24,4 @@ end
|
|||
|
||||
After do
|
||||
@server.stop if @server
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue