/tutorial/plugin/mini_gtk/gtk_arguments.e
http://github.com/tybor/Liberty · Specman e · 16 lines · 13 code · 3 blank · 0 comment · 0 complexity · 78de7b804a74f60bdbaaf3db13e3d05f MD5 · raw file
- expanded class GTK_ARGUMENTS
- insert
- ANY
- ARGUMENTS
- rename command_arguments as args
- export {} all
- end
- feature {}
- command_arguments: FAST_ARRAY[STRING] is
- once
- Result := args.twin
- end
- end -- class GTK_ARGUMENTS