Skip to content

Instantly share code, notes, and snippets.

View psylone's full-sized avatar
💭
Be kind; everyone you meet is fighting a hard battle

Evgeniy Fateev psylone

💭
Be kind; everyone you meet is fighting a hard battle
View GitHub Profile
@psylone
psylone / dis.rb
Last active August 30, 2016 13:18 — forked from fee1good/dis.rb
class Station
# Принято делать отступы в 2 пробела
attr_accessor :name
# Это должна быть переменная экземпляра. Мы ведь список поездов храним для каждого объекта станции отдельно
trains = []
def initialize(name)
@name = name
end
@psylone
psylone / ikea
Last active February 19, 2016 14:11 — forked from anonymous/untitled
psylone-ikea
Links:
1. http://www.ikea.com/ru/ru/catalog/products/00142740/
2. http://www.ikea.com/ru/ru/catalog/products/10234777/
3. http://www.ikea.com/ru/ru/catalog/products/10251856/
4. http://www.ikea.com/ru/ru/catalog/products/30146280/
5. http://www.ikea.com/ru/ru/catalog/products/10234782/
Item numbers:
@psylone
psylone / modules.coffee
Last active August 29, 2015 13:58 — forked from anonymous/jsbin.gavivewi.coffee
Thoughts about modules
class MyModule
@EXTENSION = [
'one',
'two'
]
@one: ->
do @hello