Libraries
»
mechwarrior
(0.0.3)
»
Index
»
Capybara
»
Mechanize
»
Driver
»
#put
Method: Capybara::Mechanize::Driver#put
Defined in:
lib/capybara/mechanize/driver.rb
#
put
(url) ⇒
Object
26
# File 'lib/capybara/mechanize/driver.rb', line 26
def
put
(
url
)
;
follow
(
:put
,
url
)
;
end