lib/sax-machine.rb in superfeedr-sax-machine-0.0.22.2 vs lib/sax-machine.rb in superfeedr-sax-machine-0.0.23

- old
+ new

@@ -8,5 +8,8 @@ require "sax-machine/sax_event_recorder" module SAXMachine VERSION = "0.0.21" end + +EMPTY_STRING = '' +COLON = ':' \ No newline at end of file