Method: Wgit::Crawler#encode
- Defined in:
- lib/wgit/crawler.rb
#encode ⇒ Object
Whether or not to UTF-8 encode the response body once crawled. Set to false if crawling more than just HTML e.g. images.
37 38 39 |
# File 'lib/wgit/crawler.rb', line 37 def encode @encode end |