コード例 #1
0
ファイル: Runner.java プロジェクト: RdeWilde/restvertx
 public static void main(String[] args) {
   Runner.runRubyExample("io/vertx/example/web/templating/server.rb");
 }
コード例 #2
0
ファイル: Runner.java プロジェクト: RdeWilde/restvertx
 public static void main(String[] args) {
   Runner.runRubyExample("io/vertx/example/web/helloworld/server.rb");
 }