class RObject::Array

Public Class Methods

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