Returns:
21 22 23
# File 'lib/datify/engine.rb', line 21 def valid? ((@array.size == 3) && (get_month(@array[1]) != @array[1])) end