module SshfsMapper class Map def initialize @host = nil @port = 22 @user = nil end end end