Class: R::RSymbol

Inherits:
Object show all
Includes:
BinaryOperators, ExecBinOp, LogicalOperators
Defined in:
lib/R_interface/rsymbol.rb

Overview



Instance Attribute Summary

Attributes inherited from Object

#r_interop, #statement

Instance Method Summary collapse

Methods included from LogicalOperators

#&, #|

Methods included from ExecBinOp

#coerce, #exec_bin_oper

Methods included from BinaryOperators

#!=, #%, #*, #**, #+, #-, #/, #<, #<=, #>, #>=, #eq, #int_div, #til

Methods inherited from Object

#==, #_, #attr=, build, #comment, #comment=, #dim, #dim=, #dimnames, #dimnames=, #eql, #initialize, #method_missing, #names, #names=, #pp, #pretty_print, #rclass, #rclass=, #row__names, #row__names=, #setR, #setR_name, #to_s, #tsp, #tsp=

Constructor Details

This class inherits a constructor from R::Object

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class R::Object

Instance Method Details

#^(other_object) ⇒ Object





50
51
52
# File 'lib/R_interface/rsymbol.rb', line 50

def ^(other_object)
  exec_bin_oper("`:`", other_object)
end