Sha256: 4c6171d9327eb87b4aad64de3685b0fc527748b8cd3fa126aa186c594492a8dc
Contents?: true
Size: 432 Bytes
Versions: 20
Compression:
Stored size: 432 Bytes
Contents
Examples: Run `puts Rails.env` after loading the app: <%= executable %> 'puts Rails.env' Run the Ruby file located at `path/to/filename.rb` after loading the app: <%= executable %> path/to/filename.rb <% unless Gem.win_platform? %> You can also use the runner command as a shebang line for your executables: #!/usr/bin/env <%= File.expand_path(executable) %> Product.all.each { |p| p.price *= 2 ; p.save! } <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems