Method: Dashes::Table#separator

Defined in:
lib/dashes.rb

#separatorObject



47
48
49
50
# File 'lib/dashes.rb', line 47

def separator
  @separators << @rows.length
  self
end