Is this dependency simply asking for the latest version of a gem?
Returns the row as a CSV
String
. Headers are not used. Equivalent to:
csv_row.fields.to_csv( options )
Returns the table as a complete CSV
String
. Headers will be listed first, then all of the field rows.
This method assumes you want the Table.headers()
, unless you explicitly pass :write_headers => false
.
Convert an object reference id to an object.
This implementation looks up the reference id in the local object space and returns the object it refers to.
Convert an object into a reference id.
This implementation returns the object’s __id__ in the local object space.
Convert a dRuby reference to the local object it refers to.
Convert a local object to a dRuby reference.
Has a method been included in the list of insecure methods?
Coerce an object to a string, providing our own representation if to_s is not defined for the object.
Convert an object reference id to an object.
This implementation looks up the reference id in the local object space and returns the object it refers to.
Convert an object into a reference id.
This implementation returns the object’s __id__ in the local object space.
Returns [eigenvector_matrix, eigenvalue_matrix
, eigenvector_matrix_inv
]
Returns L
, U
, P
in an array
Setter for the read_timeout
attribute.