/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

  1. expanded class GTK_ARGUMENTS
  2. insert
  3. ANY
  4. ARGUMENTS
  5. rename command_arguments as args
  6. export {} all
  7. end
  8. feature {}
  9. command_arguments: FAST_ARRAY[STRING] is
  10. once
  11. Result := args.twin
  12. end
  13. end -- class GTK_ARGUMENTS