module Roda::RodaPlugins::HostRouting::InstanceMethods
Public Instance Methods
Source
# File lib/roda/plugins/host_routing.rb, line 158 def _host_routing_default(_) nil end
Handle case where plugin is used without providing a block to hosts.default
. This returns nil, ensuring that the hostname provided to hosts.default
will be used.