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-4.0.4 lib/jets/commands/help/runner.md
jets-4.0.3 lib/jets/commands/help/runner.md
jets-4.0.2 lib/jets/commands/help/runner.md
jets-4.0.1 lib/jets/commands/help/runner.md
jets-4.0.0 lib/jets/commands/help/runner.md
jets-3.2.2 lib/jets/commands/help/runner.md
jets-3.2.1 lib/jets/commands/help/runner.md
jets.benforeva-3.0.17.pre.mount.pre.fix lib/jets/commands/help/runner.md
jets-3.2.0 lib/jets/commands/help/runner.md
jets-3.1.5 lib/jets/commands/help/runner.md
jets-3.1.4 lib/jets/commands/help/runner.md
jets-3.1.3 lib/jets/commands/help/runner.md
jets-3.1.2 lib/jets/commands/help/runner.md
jets-3.1.1 lib/jets/commands/help/runner.md
jets-3.1.0 lib/jets/commands/help/runner.md
jets-3.0.23 lib/jets/commands/help/runner.md
jets-3.0.22 lib/jets/commands/help/runner.md
jets-3.0.21 lib/jets/commands/help/runner.md
jets-3.0.20 lib/jets/commands/help/runner.md
jets-3.0.19 lib/jets/commands/help/runner.md