Class: JS2::Command
- Inherits:
-
Object
- Object
- JS2::Command
- Defined in:
- lib/js2/command.rb
Instance Method Summary collapse
- #cli ⇒ Object
-
#initialize(argv) ⇒ Command
constructor
A new instance of Command.
Constructor Details
Instance Method Details
#cli ⇒ Object
9 10 11 |
# File 'lib/js2/command.rb', line 9 def cli @ctx.eval("new JS2.Commander(argv).cli()") end |