Skip to content

Commit

Permalink
Merge pull request #20 from Neyaz/everything_is_an_object
Browse files Browse the repository at this point in the history
translate _gitbook/syntax_and_semantics/everything_is_an_object.md
  • Loading branch information
forsaken1 authored Oct 4, 2016
2 parents dcfd85b + f2782eb commit 8381bc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _gitbook/syntax_and_semantics/everything_is_an_object.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Everything is an object
# Все - объект

In Crystal everything is an object. The definition of an object boils down to these points:
В Crystal все - это объект. Описание объекта определяет следущие свойства:

* It has a type
* It can respond to some methods
* Он имеет тип
* Он может вызывать методы

This is everything you can know about an object: its type and whether it responds to some method.
Это все, что ты можешь знать о объектах: это тип и также он вызывает методы.

An object's internal state, if any, can only be queried by invoking methods.
Внутрнее состояние объекта может быть получено только через вызов методов.

0 comments on commit 8381bc8

Please sign in to comment.