class Prism::ASCIISource

def character_offset(byte_offset)

Return the character offset for the given byte offset.
def character_offset(byte_offset)
  byte_offset
end