summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.7.0/lib/rouge/demos/slice
blob: 7c382201d1635e17e890bc5eeb4680294221913e (plain)
1
2
3
4
5
6
7
8
9
10
// Printer.ice
module Demo
{
    interface Printer
    {
        // A client can invoke this operation on a server.
        // In this example we print the string s
        void printString(string s);
    }
}