How to format irb command prompt

前端 未结 7 1147
隐瞒了意图╮
隐瞒了意图╮ 2020-12-09 17:40

Previously I was using Ruby 1.8 and my irb command prompt used to look like this:

Air ~: irb
>> a = 1
=> 1
>> b = 2
=> 2
>&         


        
相关标签:
7条回答
  • 2020-12-09 18:40
    irb --simple-prompt
    

    saw this in Lynda.com

    0 讨论(0)
提交回复
热议问题