package org.apache.tuscany.samples.ruby; public interface Greeting { void greet(String name); }