class Prism::Source

def slice(byte_offset, length)

byte length.
Perform a byteslice on the source code using the given byte offset and
def slice(byte_offset, length)
  source.byteslice(byte_offset, length)
end