14 15 16 17
# File 'lib/corral.rb', line 14 def self.corral(env = nil, &block) self.environment = env.to_s instance_eval(&block) end