Method: Formatter::Png#finalize_table
- Defined in:
- app/formatters/png_formatter.rb
#finalize_table ⇒ Object
50 51 52 53 |
# File 'app/formatters/png_formatter.rb', line 50 def finalize_table require 'open-uri' output << open(google_url).read end |