class String

Public Instance Methods

b() click to toggle source
# File lib/grit/ruby1.9.rb, line 10
def b; self.dup.force_encoding(Encoding::ASCII_8BIT); end
getord(offset) click to toggle source
# File lib/grit/ruby1.9.rb, line 3
def getord(offset); self[offset].ord; end