class Prism::Source

def replace_offsets(offsets)

Replace the value of offsets with the given value.
def replace_offsets(offsets)
  @offsets.replace(offsets)
end