module Status
Public Instance Methods
check(code)
click to toggle source
# File lib/file_downloader/status.rb, line 6 def check(code) raise NotFoundError if code == '404' end
# File lib/file_downloader/status.rb, line 6 def check(code) raise NotFoundError if code == '404' end