methodNames: Get the names of the Ruby methods for this Ruby object.

Description Usage Arguments Value Author(s) See Also

Description

This function allows the R user to find the names of the methods available for a given object/instance. We can get all of the methods or just those from this class and not its super-class.

Usage

1
methodNames(x, super = TRUE, ...)

Arguments

x

the reference to the Ruby object

super

a logical value indicating whether we want the methods from all of the super-classes or just the immediate class.

...

additional parameters for methods. Not used currently.

Value

A character vector giving the names of all the available methods.

Author(s)

Duncan Temple Lang

See Also

.Ruby .RubyNew RubyClass-class


omegahat/RRuby documentation built on May 24, 2019, 1:55 p.m.