-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add meta_programming.html #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Несколько первых блоков построчно указал что удалить. Обрати внимание на пробельные строки, как и где они должны быть. Выравнивание кода. И где должны идти коментариии. По аналогии с первыми блоками поправивить надо и другие.
|
||
# => 3 | ||
|
||
{% endhighlight %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
26, 28, 33, 35, 37 пробельные строки убрать
foo = Foo.new('world') | ||
foo.world # => "hello world!" | ||
|
||
{% endhighlight %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
50, 61, 64, 72, 79, 83, 87, 92 пробельные строки убрать
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
59, 60, 78-92, 113-118, 125, 126 выровять относительно class
(2 пробела от левой границы)
|
||
# => You also passed a block | ||
|
||
{% endhighlight %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
140, 153 удалить пробельный строки
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
148 - 150 два пробела от левой границы и выравнивание по классу
# you can utilise the "Dynamic Method" technique to create a real method after | ||
# the message has been received by `method_missing` the first time. | ||
|
||
{% endhighlight %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
169, 178 пробельные строки
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
175-178 выравнивание 2 пробела
# rest of your code (such as your "Dynamic Proxy" implementation) | ||
end | ||
|
||
{% endhighlight %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
200, 208 пробельные строки удалить
Closed by other PR #29 |
#2