Class: OnlyofficeFileHelper::RubyHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/onlyoffice_file_helper/ruby_helper.rb

Overview

Class for method for ruby

Class Method Summary collapse

Class Method Details

.debug?True, False

Returns is current processs run in debug.

Returns:

  • (True, False)

    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