コード例 #1
0
ファイル: Person.java プロジェクト: t6nn/spock-examples
 public void give(Money money) {
   wallet.put(money);
 }