class Dictionary { ... method get_text { return _DictObj->GetFile(1); } method set_text (Str $newtext) { return _DictObj->SetFile(1, $newtext); }