Class: Mumukit::Explainer

Inherits:
Object
  • Object
show all
Includes:
WithContentType
Defined in:
lib/mumukit/explainer.rb

Instance Method Summary collapse

Methods included from WithContentType

#content_type

Instance Method Details

#explain(content, test_results) ⇒ Object



4
5
6
# File 'lib/mumukit/explainer.rb', line 4

def explain(content, test_results)
  content_type.enumerate(explanations(content, test_results))
end