/tutorial/agent/apple.e
http://github.com/tybor/Liberty · Specman e · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · 651c7fa84276193c992825920013ef22 MD5 · raw file
- class APPLE
- inherit
- FRUIT
- feature {ANY}
- display is
- do
- std_output.put_string("APPLE%N")
- end
- end -- class APPLE