seattlerb/ruby2ruby

Add bitwise operators to Ruby2Ruby::BINARY

Closed this issue · 1 comments

Hi, thanks for this great work!

These bitwise operators should in the list: ^, |,&

BINARY = [:<=>, :==, :<, :>, :<=, :>=, :-, :+, :*, :/, :%, :<<, :>>, :**, :'!=']

Good catch. Thanks!