1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Move require 'yaml' to state_file.rb

f788af0c8f moved YAML related code to
state_file.rb but didn't move the require from control_cli.rb to
state_file.rb
This commit is contained in:
Santiago Pastorino 2016-02-21 02:01:33 -03:00
parent 32913e79c6
commit 3d19c2373d
2 changed files with 3 additions and 1 deletions

View file

@ -1,9 +1,9 @@
require 'optparse'
require 'puma/const'
require 'puma/configuration'
require 'yaml'
require 'uri'
require 'socket'
module Puma
class ControlCLI

View file

@ -1,3 +1,5 @@
require 'yaml'
module Puma
class StateFile
def initialize