class RObject::Matrix

Public Class Methods

match?(robj, type) click to toggle source
# File lib/robject/type/matrix.rb, line 5
def self.match? robj, type
  type == 'matrix'
end