class Tributa::Loader

Public Class Methods

call() click to toggle source
# File lib/tributa/loader.rb, line 8
def self.call
  html = open(URL).read
  HtmlToTributaTableTransformer.new(html).to_tributa_table
end