Handles absolute type paths by creating absolute Named types for unknown types.
6 7 8
# File 'lib/types/parser.rb', line 6 def self.const_missing(name) ::Types::Named.new("::#{name}") end