# File lib/typhoeus.rb, line 111 def self.before(&block) @before ||= [] @before << block if block_given? @before end