Method: QAT::Web::Browser::HTMLDump#html_dump_path=
- Defined in:
- lib/qat/web/browser/html_dump.rb
#html_dump_path=(path) ⇒ Object
Set new default HTML dump path.
53 54 55 |
# File 'lib/qat/web/browser/html_dump.rb', line 53 def html_dump_path=(path) @html_dump_path = path end |