# File lib/hirb/helpers/markdown_table.rb, line 11
  def self.render(rows, options={})
    new(rows, options).render
  end