# File lib/fastcst/changeset.rb, line 674 674: def skip(indata) 675: UI.event :skip, "DELTA #@path" 676: indata.seek(@length, IO::SEEK_CUR) 677: end