class String

def chr

def chr
  self[0..0]
end unless respond_to? :chr