Esempio n. 1
0
 public Rack(RubyEnvironment environment)
 {
     Ruby = environment;
     _rackApplication = Rackup();
 }