lib/blather/stream/features.rb in sprsquish-blather-0.4.1 vs lib/blather/stream/features.rb in sprsquish-blather-0.4.2
- old
+ new
@@ -1,8 +1,8 @@
module Blather # :nodoc:
class Stream # :nodoc:
- class Features
+ class Features # :nodoc:
@@features = {}
def self.register(ns)
@@features[ns] = self
end