204 205 206
# File 'lib/tx.rb', line 204 def each_pair(&block) each_key(){ |k| yield(k, lookup(k)) } end