This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| IRB.conf[:PROMPT][:CUSTOM_PROMPT] = { # name of prompt mode | |
| :PROMPT_I => ">> ", # simple prompt | |
| :PROMPT_S => nil, # prompt for continuated strings | |
| :PROMPT_C => nil, # prompt for continuated statement | |
| :RETURN => "=> %s\n\n" # format to return value | |
| } | |
| IRB.conf[:PROMPT_MODE] = :CUSTOM_PROMPT |