17 18 19
# File 'lib/datify/engine.rb', line 17 def parse_string(string) (string.nil?) ? [] : string.split('-') end