Module: Mumukit::WithContentType
- Included in:
- Hook, Server::TestServer
- Defined in:
- lib/mumukit/with_content_type.rb
Instance Method Summary collapse
Instance Method Details
#content_type ⇒ Object
2 3 4 |
# File 'lib/mumukit/with_content_type.rb', line 2 def content_type @content_type ||= Mumukit::ContentType.parse Mumukit.config.content_type end |