We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combination with heredoc and \, heredoc content can be placed between symbol beginning : and symbol content.
\
:
<<HEREDOC; :\ heredoc HEREDOC symbol
Colorizing such code is wrong.
puts IRB::Color.colorize_code "<<A;:\\\na\nA\nsymbol"
Ruby version: 3.2.2 IRB version: irb 1.8.3 (2023-10-14) InputMethod: RelineInputMethod with Reline 0.3.9 and /Users/tomoya.ishida/.inputrc .irbrc path: /Users/tomoya.ishida/.irbrc RUBY_PLATFORM: arm64-darwin22 LANG env: ja_JP.UTF-8 East Asian Ambiguous Width: 1
any
no
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Combination with heredoc and
\
, heredoc content can be placed between symbol beginning:
and symbol content.Colorizing such code is wrong.
Result of irb_info
Terminal Emulator
any
Setting Files
no
The text was updated successfully, but these errors were encountered: