lib/renum.rb in renum-1.2.0 vs lib/renum.rb in renum-1.3.1
- old
+ new
@@ -1,5 +1,4 @@
-$:.unshift File.dirname(__FILE__)
require 'renum/enumerated_value_type_factory'
# Requiring 'renum' mixes the Renum module into both the main Object and
# Module, so it can be called from anywhere that you might reasonably
# define an enumeration with an implicit receiver.