module Mumukit::Templates::WithCodeSmells

Public Instance Methods

parse_response(response) click to toggle source
Calls superclass method
# File lib/mumukit/templates/with_code_smells.rb, line 3
def parse_response(response)
  super + response['smells'].map { |it| {expectation: parse_expectation(it), result: false} }
end