Description
When assigning a local variable which's name is the same one of the debugging commands (e.g. info), it'd be treated as the command call instead of a local assignment:
irb(main):001> info = 123
`debug` command is only available when IRB is started with binding.irb
=> nil