X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=src%2Fpays.rb;h=6b42d9f46f7047b6a1207b0da12e0996ff74a755;hp=934dca2914d7ce95766190c2b4299239fe887f33;hb=29dd69679e2fa7c1b9d5a28265ad03aeac0f13b9;hpb=f67e80719e42ae1e95511df44d65d493a3ead62f diff --git a/src/pays.rb b/src/pays.rb index 934dca2..6b42d9f 100644 --- a/src/pays.rb +++ b/src/pays.rb @@ -22,4 +22,8 @@ class Pays < Objet def getXml end + + def to_s + return @nom + "\n" + end end