From ef7f04195e487f832fbff9bcaf7bc7e647fcdd25 Mon Sep 17 00:00:00 2001 From: Kanezoh Date: Sun, 21 Nov 2021 19:54:39 +0900 Subject: [PATCH] delete comment --- src/mechanize.cr | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mechanize.cr b/src/mechanize.cr index ca5095b..76b7417 100644 --- a/src/mechanize.cr +++ b/src/mechanize.cr @@ -11,8 +11,6 @@ require "./mechanize/errors/*" # This class is main class of Mechanize.cr, # using this class' instance to start web interaction. # -# now only supports GET, POST. other HTTP methods will be implemented soon... -# # Examples: # # ```