Class: Perl::Shell
Constant Summary
Constants included from Common
Common::PERL_EXIT_DESTRUCT_END, Common::PERL_EXIT_EXPECTED
Class Method Summary collapse
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ Shell 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Shell. 
- #run ⇒ Object
Methods included from Common
#argv_to_ffi, #embedded_argv_to_ffi, #start, #stop
Constructor Details
Class Method Details
.run ⇒ Object
| 9 10 11 | # File 'lib/perl/shell.rb', line 9 def run new.run end |