Method: Fragmenter::Fragment#content_type
- Defined in:
- lib/fragmenter/fragment.rb
#content_type ⇒ Object
18 19 20 |
# File 'lib/fragmenter/fragment.rb', line 18 def content_type @content_type ||= [:content_type] || 'application/octet-stream' end |