Method: Mutx::Support::Configuration.headless?
- Defined in:
- lib/mutx/support/configuration.rb
.headless? ⇒ Boolean
290 291 292 |
# File 'lib/mutx/support/configuration.rb', line 290 def self.headless? self.is_boolean? @@input["headless"]["active"] end |