Method: MediaTypes::Dsl::ClassMethods#to_constructable
- Defined in:
- lib/media_types/dsl.rb
#to_constructable ⇒ Object
25 26 27 28 29 |
# File 'lib/media_types/dsl.rb', line 25 def to_constructable media_type_constructable.dup.tap do |constructable| constructable.__setobj__(self) end end |