Method: TP::Slide::Code#raw_language

Defined in:
lib/tp/slide/code.rb

#raw_languageObject



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