Method: CF::Deploy::Commands#unmap_route
- Defined in:
- lib/cf/deploy/commands.rb
#unmap_route(route, app_name) ⇒ Object
34 35 36 |
# File 'lib/cf/deploy/commands.rb', line 34 def unmap_route(route, app_name) Kernel.system(route_cmd(:unmap, route, app_name)) end |