Method: Mida::PropertyDesc#types

Defined in:
lib/mida/propertydesc.rb

#types(*types) ⇒ Object

DEPRECATED: Please use extract instead



24
25
26
27
28
# File 'lib/mida/propertydesc.rb', line 24

def types(*types)
  warn "[DEPRECATION] Mida::PropertyDesc#types is deprecated.  "+
       "Please use Mida::PropertyDesc#extract instead."
  extract *types
end