repo.or.cz
/
rwork.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
just update
[rwork.git]
/
pokus.rb
blob
2ddc6997c78de117451215cccd8cbea0cef8d5ec
1
class X
2
attr_accessor :meno
3
end
4
5
class Z
6
def zadaj
7
macka.meno = "Mica Cica"
8
end
9
end
10
11
macka = X.new
12
kocur = Z.new
13
kocur.zadaj