just update
[rwork.git] / pokus.rb
blob2ddc6997c78de117451215cccd8cbea0cef8d5ec
1 class X
2     attr_accessor :meno
3     end
5 class Z
6             def zadaj
7                         macka.meno = "Mica Cica"
8                             end
9 end
11 macka = X.new
12 kocur = Z.new
13 kocur.zadaj