Method: RGhost::PsFacade#vertical_line_row

Defined in:
lib/rghost/ps_facade.rb

#vertical_line_row(border_options = RGhost::Border::DEFAULT_OPTIONS) ⇒ Object

A facade for the method VerticalLine.row



191
192
193
# File 'lib/rghost/ps_facade.rb', line 191

def vertical_line_row(border_options=RGhost::Border::DEFAULT_OPTIONS)
  set RGhost::VerticalLine.row(border_options)
end