Class: CppMetadataHook

Inherits:
Mumukit::Hook
  • Object
show all
Defined in:
lib/metadata_hook.rb

Instance Method Summary collapse

Instance Method Details

#metadataObject



2
3
4
5
6
7
8
9
10
11
12
13
# File 'lib/metadata_hook.rb', line 2

def 
  {language: {
      name: 'c++',
      icon: {type: 'devicon', name: 'cpp'},
      extension: 'cpp',
      ace_mode: 'c_cpp'
  },
   test_framework: {
       name: 'cppunit',
       test_extension: 'cpp'
   }}
end