Class: Tributa::Loader
- Inherits:
-
Object
- Object
- Tributa::Loader
- Defined in:
- lib/tributa/loader.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
8 9 10 11 |
# File 'lib/tributa/loader.rb', line 8 def self.call html = open(URL).read HtmlToTributaTableTransformer.new(html).to_tributa_table end |