Module: BlackStack
- Defined in:
- lib/functions.rb
Defined Under Namespace
Modules: API, DateTime, Debugging, Netting, Number, OCRA, Strings Classes: Base
Class Method Summary collapse
-
.sandbox? ⇒ Boolean
Return true if there is a ‘.sandbox` file in the current folder `./`.
Class Method Details
.sandbox? ⇒ Boolean
Return true if there is a ‘.sandbox` file in the current folder `./`.
5 6 7 |
# File 'lib/functions.rb', line 5 def self.sandbox? File.exists?('./.sandbox') end |