diff options
author | Gibheer <gibheer@gmail.com> | 2013-07-22 15:35:34 +0200 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2013-07-22 15:35:34 +0200 |
commit | 89e2efeffaf46874c9ead2c63a49bdf3684626fe (patch) | |
tree | 3dc4c831b47ea36ac0682248d1305a52c82b3a45 /lib | |
parent | 94a2d399eb81d59f9d66c5d16121611c4d1ae0cd (diff) |
Revert "generate a name from the server details"
This reverts commit 94a2d399eb81d59f9d66c5d16121611c4d1ae0cd.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zero/request/server.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/zero/request/server.rb b/lib/zero/request/server.rb index c301fd1..0aa82c8 100644 --- a/lib/zero/request/server.rb +++ b/lib/zero/request/server.rb @@ -36,13 +36,6 @@ module Zero # get the server software # @return [String] the server software name attr_reader :software - - # returns the full name of the server - # @return [String] the full address to the server - def name - return @name if @name - @name = protocol + '://' + hostname + ':' + port.to_s - end end end end |