skip method

Iterable<String> skip (int n)

Implementation

Iterable<String> skip(int n) => readClasses().skip(n);