68 69 70
# File 'lib/bitmask.rb', line 68 def to_h @masks.keys.inject({}) { |h, k| h[k] = get k; h } end