Class: OnlyofficeFileHelper::RubyHelper
- Inherits:
-
Object
- Object
- OnlyofficeFileHelper::RubyHelper
- Defined in:
- lib/onlyoffice_file_helper/ruby_helper.rb
Overview
Class for method for ruby
Class Method Summary collapse
-
.debug? ⇒ True, False
Is current processs run in debug.
Class Method Details
.debug? ⇒ True, False
Returns is current processs run in debug.
7 8 9 |
# File 'lib/onlyoffice_file_helper/ruby_helper.rb', line 7 def self.debug? ENV['RUBYLIB'].to_s.include?('ruby-debug') end |