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