Unprotect build method

This commit is contained in:
Michael Miller 2019-03-23 20:22:09 -06:00
parent d04db7bf68
commit ac85fac968

View file

@ -109,7 +109,7 @@ module Spectator
end end
# Creates a configuration. # Creates a configuration.
protected def build : Config def build : Config
Config.new(self) Config.new(self)
end end
end end