refactor comment

master
Kanezoh 2021-08-10 14:01:16 +09:00
parent d9eaef74bd
commit c3f31f09bb
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ class Mechanize
history.push(page)
end
# Get maximum number of items allowed in the history. The default setting is 100 pages.
# Get maximum number of items allowed in the history.
# The default setting is 100 pages.
def max_history
history.max_size
end