본문 바로가기

Ruby & Rails

[Ruby] 2진수 변환

a=1234
b=a.to_s(2)
view raw c.rb hosted with ❤ by GitHub