From ef350d3155839560dd251da50ffec4262d3c47c2 Mon Sep 17 00:00:00 2001 From: Robert Gleeson Date: Sun, 16 Sep 2012 00:35:24 +0100 Subject: [PATCH] Comments got out of sync with code. --- lib/pry/pager.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pry/pager.rb b/lib/pry/pager.rb index 0c5aad4d..b4cf604d 100644 --- a/lib/pry/pager.rb +++ b/lib/pry/pager.rb @@ -11,8 +11,8 @@ class Pry::Pager # # @param [nil] pager # Infer what pager to use from the environment. - # What this really means is that JRuby uses the pure-ruby pager, and other - # platforms will use the system pager. + # What this really means is that JRuby and systems that do not have access + # to 'less' will run through the pure ruby pager. # # @return [void] #