lib/picky/query/tokens.rb in picky-0.12.3 vs lib/picky/query/tokens.rb in picky-1.0.0

- old
+ new

@@ -1,11 +1,14 @@ # encoding: utf-8 # + +# +# module Query # This class primarily handles switching through similar token constellations. # - class Tokens + class Tokens # :nodoc:all # Basically delegates to its internal tokens array. # self.delegate *[Enumerable.instance_methods, :slice!, :[], :uniq!, :last, :reject!, :length, :size, :empty?, :each, :exit, { :to => :@tokens }].flatten \ No newline at end of file