module Roda::RodaPlugins::TimestampPublic::RequestMethods
def timestamp_public
it includes the timestamp_public prefix segment followed by
Serve files from the public directory if the file exists,
def timestamp_public if is_get? on roda_class.opts[:timestamp_public_prefix], Integer do |_| public end end end