21 22 23
# File 'lib/marktable.rb', line 21 def self.from_html(table) Table.new(table, type: :html) end