Home | History | Annotate | Download | only in testing

Lines Matching refs:where

12   public String ride(String where) {
13 return "Whinny! You're on my " + where + "!";
16 public static String prance(String where) {
17 return "I'm prancing to " + where + "!";
20 public String saunter(String where) {
21 return "Off I saunter to " + where + "!";
27 public String ride(String where) {
28 return "Fake whinny! You're on my " + where + "!";
32 protected static String prance(String where) {
33 return "I'm shadily prancing to " + where + "!";