Unprotect build method

This commit is contained in:
Michael Miller 2019-03-23 20:22:09 -06:00
parent d04db7bf68
commit ac85fac968
1 changed files with 1 additions and 1 deletions

View File

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