module Middleman::CoreExtensions::Extensions::ClassMethods
def configure(env, &block)
-
(void)
-
Parameters:
-
env
(String, Symbol
) -- The environment to run in
def configure(env, &block) send("#{env}_config", &block) end
(void)
-
env
(String, Symbol
)
-- The environment to run in
def configure(env, &block) send("#{env}_config", &block) end