39 40 41 42
# File 'lib/task_formatter.rb', line 39 def extract_jt(name) match = name[/^jt-[0-9]+/] match ? match.upcase : nil end