Methods

Files

Hirb::Helpers::MarkdownTable

Creates a markdown table for github

Constants

CHARS

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.