module Mumukit::WithContentType

Public Instance Methods

content_type() click to toggle source
# File lib/mumukit/with_content_type.rb, line 2
def content_type
  @content_type ||= Mumukit::ContentType.parse Mumukit.config.content_type
end