class FlameServerToys::Template
Root template for `server` tool
Attributes
config_proc[R]
Public Class Methods
new(config_proc:)
click to toggle source
# File lib/flame_server_toys/template.rb, line 12 def initialize(config_proc:) @config_proc = config_proc end