format code
This commit is contained in:
parent
87a150ddf4
commit
8a78fce180
@ -15,8 +15,8 @@ require "./mechanize/errors/*"
|
||||
# # GET
|
||||
# agent = Mechanize.new
|
||||
# agent.get("http://example.com",
|
||||
# params: {"foo" => "bar"},
|
||||
# headers: HTTP::Headers{"Foo" => "Bar"})
|
||||
# params: {"foo" => "bar"},
|
||||
# headers: HTTP::Headers{"Foo" => "Bar"})
|
||||
# ```
|
||||
#
|
||||
# ```
|
||||
@ -24,7 +24,7 @@ require "./mechanize/errors/*"
|
||||
# # sending post request whose post body is "foo=bar"
|
||||
# agent = Mechanize.new
|
||||
# agent.post("http://example.com",
|
||||
# query: {"foo" => "bar"})
|
||||
# query: {"foo" => "bar"})
|
||||
# ```
|
||||
class Mechanize
|
||||
VERSION = "0.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user