class RObject::String

Public Class Methods

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