29 30 31
# File 'lib/astro_helper.rb', line 29 def symbolize(s) s.to_s.delete(" ").sub(".", "_").downcase.to_sym end