Method: WebCrawler::Parsers::Mapper::Map#with_block?

Defined in:
lib/web_crawler/parsers/mapper.rb

#with_block?Boolean

Returns:

  • (Boolean)


26
27
28
# File 'lib/web_crawler/parsers/mapper.rb', line 26

def with_block?
  @block.present?
end