fancy_irb
fancy_irb copied to clipboard
Colors & Hash Rockets in IRB
Results
2
fancy_irb issues
Sort by
recently updated
recently updated
newest added
Hello, whenever you try to correct something misspelled in irb with fancy_irb active under Windows CMD/PowerShell the delete goes to a point where it stops before the prompt itself. The...
``` irb(main):001:0> p "first command" irb(main):002:0> p "second command" ``` Now if I press up twice to remember first command, I get this `irb(main):003:0> p "second command" first` ______________________________________^ And...
waiting for feedback