35 36 37
# File 'lib/wolfram/result.rb', line 35 def types @types ||= xml['datatypes'].split(',').map {|type| Util.module_get(Result, type)} end