Method: CobwebModule::Crawl#content
- Defined in:
- lib/crawl.rb
#content ⇒ Object
157 158 159 160 |
# File 'lib/crawl.rb', line 157 def content raise "Content is not available" if @content.nil? CobwebModule::CrawlObject.new(@content, ) end |