module CHECKING::YOU::IN::AUSLANDSGESPRÄCH
Constants
- FROM_IETF_TYPE
Parse IETF Media-Type String → `::CHECKING::YOU::IN`
Public Instance Methods
from_ietf_media_type(ietf_string)
click to toggle source
Call the above singleton Proc to do the thing.
# File lib/checking-you-out/auslandsgesprach.rb, line 174 def from_ietf_media_type(ietf_string) return if ietf_string.nil? FROM_IETF_TYPE.call(ietf_string) end