# File lib/net/ssh/connection/channel.rb, line 187 def env(variable_name, variable_value, &block) send_channel_request("env", :string, variable_name, :string, variable_value, &block) end