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:
parent
735e057e1e
commit
ef350d3155
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue