Nothing
A get_method object defines the mapping from a selector to an
implementation for the get virtual machine operation. For details see
class method and class behaviour.
@see class type @see host<-call @see class method @see tool ClassBrowser @see class ?
get_method<-return_type: type Describes the type of the value returned by this method. It is first of all intended for documentation and consistency checking purposes.
@see !converted_return_value @see !bad_return_value
method ->initialise: the return_type. If the
actually returned value does not satisfy this type, type
conversion is attempted. If the conversion succeeds, the error
converted_return_value is raised and the converted value is
returned. If the conversion is not successful, the error
bad_return_value is raised and the method fails.send_method ->send. After
the implementation returns a result, this result is passed to the
<-return_type for validation.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.