Sha256: 57f68729689748443ada332e1683872e4ec07ec0fe5fa24c0860a45841db1a22

Contents?: true

Size: 278 Bytes

Versions: 209

Compression:

Stored size: 278 Bytes

Contents

## Examples

    $ jets runner 'puts "hi"'
    hi
    $ jets runner 'puts Jets.env'
    development

Using a script in a file.  Let's say you have a script:

script.rb:

```ruby
puts "hello world: #{Jets.env}"
```

    $ jets runner file://script.rb
    hello world: development

Version data entries

209 entries across 209 versions & 4 rubygems

Version Path
jets-1.0.0 lib/jets/commands/help/runner.md
jets-0.10.4 lib/jets/commands/help/runner.md
jets-0.10.3 lib/jets/commands/help/runner.md
jets-0.10.2 lib/jets/commands/help/runner.md
jets-0.10.1 lib/jets/commands/help/runner.md
jets-0.10.0 lib/jets/commands/help/runner.md
jets-0.9.2 lib/jets/commands/help/runner.md
jets-0.9.1 lib/jets/commands/help/runner.md
jets-0.9.0 lib/jets/commands/help/runner.md