1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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

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