Previously I was using Ruby 1.8 and my irb command prompt used to look like this:
irb
Air ~: irb >> a = 1 => 1 >> b = 2 => 2 >&
In your ~/.irbrc, simply add
~/.irbrc
IRB.conf[:PROMPT_MODE] = :SIMPLE