# File lib/fastcst/changeset.rb, line 499 499: def skip(indata) 500: UI.event :skip, "CREATE #@path" 501: indata.seek(@length, IO::SEEK_CUR) 502: end