Method: Dashes::Table#width

Defined in:
lib/dashes.rb

#width(width) ⇒ Object



57
58
59
60
# File 'lib/dashes.rb', line 57

def width(width)
  @width = width
  self
end