Call a given method that may call JS::Object#await with given arguments
name of the Ruby method to call
arguments to pass to the method. Must be an array of RbValue
A Promise that resolves to the result of the method call as a new RbValue.
Preferred type of the result primitive value. "number", "string", or "default".
Returns a string representation of the value by calling to_s
Returns a JavaScript object representation of the value
by calling to_js.
Returns null if the value is not convertible to a JavaScript object.
A RbValue is an object that represents a value in Ruby