lib/vpim/enumerator.rb in vpim-13.11.11 vs lib/vpim/enumerator.rb in vpim-24.2.20
- old
+ new
@@ -5,10 +5,10 @@
This library is free software; you can redistribute it and/or modify it
under the same terms as the ruby language itself, see the file COPYING for
details.
=end
-require "enumerator"
+require "vpim/enumerator"
module Vpim
# This is a way for an object to have multiple ways of being enumerated via
# argument to it's #each() method. An Enumerator mixes in Enumerable, so the
# standard APIs such as Enumerable#map(), Enumerable#to_a(), and