129 130 131
# File 'lib/utils/erlang_parser.rb', line 129 def int2bits(i, len) format("%0#{len}b", i) end