lib/ruby-units.rb in ruby-units-1.4.5 vs lib/ruby-units.rb in ruby-units-2.0.0

- old
+ new

@@ -1,9 +1,3 @@ $LOAD_PATH << File.dirname(__FILE__) - require_relative 'ruby_units/namespaced' - -# only include the Unit('unit') helper if we aren't fully namespaced -require_relative 'ruby_units/object' - - Unit = RubyUnits::Unit