Method: Vtk::Command#pager

Defined in:
lib/vtk/command.rb

#pager(**options) ⇒ Object

Terminal output paging



73
74
75
76
# File 'lib/vtk/command.rb', line 73

def pager(**options)
  require 'tty-pager'
  TTY::Pager.new(options)
end