Method: Dashes::Table#row

Defined in:
lib/dashes.rb

#row(*data) ⇒ Object



42
43
44
45
# File 'lib/dashes.rb', line 42

def row(*data)
  @rows << data.map(&:to_s)
  self
end