remove cut

This commit is contained in:
Ilya Kantor 2018-02-06 13:07:22 +03:00
parent 37f1936622
commit be007e78ef
99 changed files with 0 additions and 198 deletions

View file

@ -3,8 +3,6 @@
The "class" construct allows to define prototype-based classes with a clean, nice-looking syntax.
[cut]
## The "class" syntax
The `class` syntax is versatile, we'll start with a simple example first.