diff options
-rw-r--r-- | lib/irb/context.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/context.rb b/lib/irb/context.rb index 3827bda438..b8f88b661f 100644 --- a/lib/irb/context.rb +++ b/lib/irb/context.rb @@ -269,7 +269,7 @@ module IRB # IRB.CurrentContext.echo_on_assignment = false # a = "omg" # IRB.CurrentContext.echo_on_assignment = true - # a = "omg" + # a = "omg" * 10 # #=> omgomgomgomgomgomgomgomgomgomg attr_accessor :echo_on_assignment # Whether a newline is put before multiline output. |