Selection 関数は、現在のフィクスチャ・セレクションを保持するオブジェクトへのハンドルを返します。
この関数は、引数を受け取りません。
Selection オブジェクトに関する情報を、Dump() で Command Line History に出力します。
return function () -- The following prints the dump for the object for the selection Printf("=============== START OF DUMP ===============") Selection():Dump() Printf("================ END OF DUMP ================")end