lib/rambling/trie/invalid_operation.rb in rambling-trie-0.6.1 vs lib/rambling/trie/invalid_operation.rb in rambling-trie-0.7.0

- old
+ new

@@ -1,9 +1,9 @@ module Rambling module Trie # Raised when trying to execute an invalid operation on a Trie data structure. class InvalidOperation < Exception - def initialize(message = nil) + def initialize message = nil super end end end end