# File lib/hirb/pager.rb, line 6 def command_pager(output, options={}) basic_pager(output) if valid_pager_command?(options[:pager_command]) end