lib/rut.rb in rutcl-0.0.1 vs lib/rut.rb in rutcl-1.0.0

- old
+ new

@@ -1,9 +1,9 @@ #coding: utf-8 class Rut - VERSION = "0.0.1" + VERSION = "1.0.0" class << self def dv rut raise ArgumentError, "El rut es nulo" if rut.nil? if rut.is_a? String