module Fauxhai

def self.fetch(*args, &block)

def self.fetch(*args, &block)
  Fauxhai::Fetcher.new(*args, &block)
end