class Sinatra::Base

def host_name(pattern)

Condition for matching host name. Parameter might be String or Regexp.
def host_name(pattern)
  condition { pattern === request.host }
end