Class: ObjC::Method
ObjC::Method wraps Objective-C methods for manipulation from Ruby.
Public Instance methods
argument_type (p1)
Get the type code of a method argument from the Objective-C runtime given its index p1.
signature ()
Get the signature of the method from the Objective-C runtime. The signature is the concatenated codes for the method return type and the method argument types.
type_encoding ()
Get the type encoding of the method from the Objective-C runtime. The type encoding is like the signature but also includes byte offsets of each argument (these offsets are not used by RubyObjC).