40 41 42
# File 'lib/patronus_fati/bit_field.rb', line 40 def to_s bits.to_s(2).rjust(tracked_count, '0') end