Sha256: 52dece9884eaa0216c804b97964aef82d139235b2383e1e5eacd9ee29c406a3b
Contents?: true
Size: 390 Bytes
Versions: 6
Compression:
Stored size: 390 Bytes
Contents
# frozen_string_literal: true module Proscenium class Middleware class Runtime < Esbuild private def real_path @real_path ||= Pathname.new(@request.path.sub(%r{^/@proscenium}, '/lib/proscenium/libs')).to_s end def root @root ||= Proscenium::Railtie.root.to_s end end end end
Version data entries
6 entries across 6 versions & 1 rubygems