# File lib/knife-solo/ssh_command.rb, line 124 def host_descriptor return @host_descriptor if defined?(@host_descriptor) parts = @name_args.first.split('@') @host_descriptor = { :host => parts.pop, :user => parts.pop } end