class RType::Integer

Public Class Methods

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