Typo & indentation
This commit is contained in:
@@ -86,7 +86,7 @@ module WebSite
|
|||||||
redirection
|
redirection
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns the MD5 hash of the page given by url
|
# Return the MD5 hash of the page given by url
|
||||||
def self.page_hash(url)
|
def self.page_hash(url)
|
||||||
Digest::MD5.hexdigest(Browser.instance.get(url).body)
|
Digest::MD5.hexdigest(Browser.instance.get(url).body)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user