Sha256: 343450a9e8a15386eca253d855e906bb0557a96c337c274442e24f8c2bfce6dc
Contents?: true
Size: 355 Bytes
Versions: 183
Compression:
Stored size: 355 Bytes
Contents
package cucumber.demo; public class Hello { public String greet(String who, String from) { return "Hi, " + who + ". I'm " + from; } public boolean isFriend(String who) { return true; } public String getPhoneNumber(String who) { throw new RuntimeException("NOPE"); //return "98219458"; } }
Version data entries
183 entries across 183 versions & 15 rubygems