class A
attr_accessor :hello
end

>>368が書いてるのと同じgetter/setterが設定される
Javaにもproperty導入されたんだっけ?