-module(rusty). -behaviour(gen_loud_cat). -export([meow_sound/0]). meow_sound() -> "meow!". % but gen_loud_cat will produce "MEOW!"