method
typealias
v2_1_10 -
Show latest stable
- Class:
DL::Importer
typealias(alias_type, orig_type)public
No documentation available.
# File ext/dl/lib/dl/import.rb, line 77
def typealias(alias_type, orig_type)
@type_alias[alias_type] = orig_type
end