Comments got out of sync with code.

This commit is contained in:
Robert Gleeson 2012-09-16 00:35:24 +01:00
parent 735e057e1e
commit ef350d3155
1 changed files with 2 additions and 2 deletions

View File

@ -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]
#