61 62 63 64 65
# File 'lib/tp/slide/code.rb', line 61 def raw_language match = lines[2].match(/^\`{3}(\w+)/) match[1] if match end