Sha256: a9d430d04121c32800ae594057f7d6ab38353b604f5a283edbdafa96ad4b2ab2
Contents?: true
Size: 384 Bytes
Versions: 5
Compression:
Stored size: 384 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'bundler/setup' require 'puma/daemon' # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # (If you use this, don't forget to add pry to your Gemfile.puma-v5!) # require "pry" # Pry.start require 'irb' IRB.start(__FILE__)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
puma-daemon-0.5.0 | bin/console |
puma-daemon-0.3.2 | bin/console |
puma-daemon-0.3.0 | bin/console |
puma-daemon-0.2.3 | bin/console |
puma-daemon-0.2.2 | bin/console |