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