take method

Iterable<String> take (int n)

Implementation

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