class RObject::List
Public Class Methods
match?(robj, type)
click to toggle source
# File lib/robject/type/list.rb, line 3 def self.match? robj, type type == 'list' end
# File lib/robject/type/list.rb, line 3 def self.match? robj, type type == 'list' end