class Object
Constants
- VERSION
Public Instance Methods
config(c)
click to toggle source
# File lib/puma/plugin/heroku.rb, line 2 def config(c) c.port ENV['PORT'] || 3000 end
# File lib/puma/plugin/heroku.rb, line 2 def config(c) c.port ENV['PORT'] || 3000 end