module HttpCrawler::Decryption

Public Class Methods

node(path) click to toggle source
# File lib/http_crawler/decryption.rb, line 5
def node(path)
  HttpCrawler::Decryption::Node.decryption(path)
end