Class: TextMetadataHook
- Inherits:
-
Mumukit::Hook
- Object
- Mumukit::Hook
- TextMetadataHook
- Defined in:
- lib/metadata_hook.rb
Instance Method Summary collapse
Instance Method Details
#metadata ⇒ Object
2 3 4 5 6 7 8 9 10 11 12 13 14 |
# File 'lib/metadata_hook.rb', line 2 def { language: { name: 'text', icon: { type: 'devicon', name: 'code' }, extension: 'txt', }, test_framework: { name: 'text', test_extension: 'yml' } } end |