class Middleman::PreviewServer::ServerHostname::ServerFullHostname

Public Class Methods

match?(*) click to toggle source
# File lib/middleman-core/preview_server/server_hostname.rb, line 9
def self.match?(*)
  true
end

Public Instance Methods

to_browser()
Alias for: to_s
to_s() click to toggle source
# File lib/middleman-core/preview_server/server_hostname.rb, line 5
def to_s
  __getobj__.gsub(/\s/, '+')
end
Also aliased as: to_browser