Method: Jets::Stack::Function#handler_dest
- Defined in:
- lib/jets/stack/function.rb
#handler_dest ⇒ Object
Relative path app/shared/functions/kevin.py => handlers/shared/functions/kevin.py
64 65 66 67 |
# File 'lib/jets/stack/function.rb', line 64 def handler_dest return unless source_file source_file.sub(%r{.*/app/}, "handlers/") end |