The definition of the extractor is passed through this method
# File scrubyt/core/shared/extractor.rb, line 16 def self.define(mode=nil, &extractor_definition) extractor = self.new(mode, extractor_definition) extractor.result end
<code/>
<pre/>
<code/>and<pre/>for code samples.