16 17 18 19
# File 'lib/propre.rb', line 16 def self.find_years(arg) arg = arg.match '((19|20)\d\d)' arg.to_s end