# File lib/maruku/attributes.rb, line 43
                def push_key_val(key, val); 
                        raise "Bad #{key.inspect}=#{val.inspect}" if not key and val
                        push [key, val] 
                end