soulcutter / saxerator

A SAX-based XML parser for parsing large files into manageable chunks
MIT License
128 stars 19 forks source link

Replace nil-like bits of EmptyElement class #26

Closed soulcutter closed 7 years ago

soulcutter commented 9 years ago

I'm honestly not sure quite what I was thinking with the way EmptyElement works. Seems a mistake in retrospect, though I haven't yet given thought to its replacement.

fanantoxa commented 7 years ago

@soulcutter Didn't get the idea. Would you explain a bit more? I'll try to find a solution for that

soulcutter commented 7 years ago

I want to remove #nil? and #! - it doesn't make sense to me, and is not idiomatic.