module R::CallBinOp
Public Instance Methods
exec_bin_oper(operator, other_object)
click to toggle source
# File lib/R_interface/rbinary_operators.rb, line 59 def exec_bin_oper(operator, other_object) R::Language.build(operator, self, other_object) end