Method: Vedeu::Borders::Title#width

Defined in:
lib/vedeu/borders/title.rb

#widthFixnum (private)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return the size of the horizontal border given.

Returns:

  • (Fixnum)


187
188
189
# File 'lib/vedeu/borders/title.rb', line 187

def width
  horizontal.size
end