# File lib/aruba/api.rb, line 428 def env(key, value) return unless @options[:env] print %{$ export #{key}="#{value}"} end