class RType::String

Public Class Methods

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