Method: Deplate::Core#allow_external
- Defined in:
- lib/deplate/core.rb
#allow_external ⇒ Object
Return whether external applications may be run
2458 2459 2460 |
# File 'lib/deplate/core.rb', line 2458 def allow_external .allow_external || is_allowed?('X') end |