Method: MIME::Type::Columnar#encode_with
- Defined in:
- lib/mime/type/columnar.rb
#encode_with(coder) ⇒ Object
:nodoc:
45 46 47 48 49 50 51 52 53 54 |
# File 'lib/mime/type/columnar.rb', line 45 def encode_with(coder) # :nodoc: @container.send(:load_friendly) @container.send(:load_encoding) @container.send(:load_docs) @container.send(:load_flags) @container.send(:load_use_instead) @container.send(:load_xrefs) @container.send(:load_preferred_extension) super end |