Skip to content

Commit

Permalink
Fix sample code in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Sep 26, 2021
1 parent 973bac8 commit 642adbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/irb/context.rb
Expand Up @@ -269,7 +269,7 @@ def main
# 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.
Expand Down

0 comments on commit 642adbe

Please sign in to comment.