lib/eye/dsl/opts.rb in reel-eye-0.4 vs lib/eye/dsl/opts.rb in reel-eye-0.4.1
- old
+ new
@@ -85,9 +85,10 @@
raise Eye::Dsl::Error, "environment should be a hash, but not #{value.inspect}" unless value.is_a?(Hash)
@config[:environment] ||= {}
@config[:environment].merge!(value)
end
+ alias dir working_dir
alias env environment
def set_stdall(value)
super