Method: Processing::Runner.execute
- Defined in:
- lib/jruby_art/runner.rb
.execute ⇒ Object
Start running a jruby_art filename from the passed-in arguments
31 32 33 34 35 |
# File 'lib/jruby_art/runner.rb', line 31 def self.execute runner = new runner.(ARGV) runner.execute! end |