class TSVRenderer

A renderer in the tab-separated value format. Output looks like (w/ 4-space tab):

Word    Je  Tu  Il/Elle/On  Nous    Vous    Ils/Elles
someverb    conj1   conj2   conj3   conj4   conj5   conj6

Public Class Methods

new() click to toggle source
# File lib/conjugatefr/renderers.rb, line 68
def initialize; @s = "\t"; end

Public Instance Methods

description() click to toggle source
# File lib/conjugatefr/renderers.rb, line 69
def description; "Renders in the Tab Separated Value (TSV) format."; end