Class: Puma::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/luban/deployment/applications/rack/web_servers/puma/plugin/luban.rb

Overview

Monkey patched to ensure backward compatibility with Ruby 1.8

Constant Summary collapse

CALLER_FILE =
/
  \A       # start of string
  .+       # file path (one or more characters)
  (?=      # stop previous match when
    :\d+     # a colon is followed by one or more digits
  )
/x