17 18 19
# File 'lib/mulang/language.rb', line 17 def identifiers(content, **options) Mulang.analyse(identifiers_analysis(content, **options), **options)['outputIdentifiers'] rescue nil end