delete comment

master
Kanezoh 2021-11-21 19:54:39 +09:00
parent 95862e5543
commit ef7f04195e
1 changed files with 0 additions and 2 deletions

View File

@ -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:
#
# ```