# File lib/consular/dsl.rb, line 57 def setup(*commands, &block) block_given? ? run_context(@_setup, &block) : @_setup.concat(commands) end