リモートでコマンドを実行してその結果を変数として使いたいです

host_name = `hostname`.strip

のような感じのことを

execute 'hostname'

の出力に対して行う方法はないでしょうか