83 84 85 86 87 88 89
# File 'lib/unicode/scripts.rb', line 83 def self.resolved_scripts(string) string.chars.reduce( Unicode::Scripts.names(format: :short, augmented: :include) ){ |acc, char| acc & augmented_scripts(char) } end