Should be ||= not || = whoops.

This commit is contained in:
Jordon Bedwell 2012-02-11 02:00:38 -06:00
parent b9b8fd6d60
commit a249a54042
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class Pry
# simple_pager. Also do not page if Pry.pager is falsey
# FIXME! Another JRuby hack
def stagger_output(text, out = nil)
out || = case
out ||= case
when respond_to?(:output)
# Mixin.
output