Method: Mechanize::PluggableParser#pdf=
- Defined in:
- lib/mechanize/pluggable_parsers.rb
#pdf=(klass) ⇒ Object
Registers klass as the parser for application/pdf content
142 143 144 |
# File 'lib/mechanize/pluggable_parsers.rb', line 142 def pdf=(klass) register_parser(CONTENT_TYPES[:pdf], klass) end |