Module: OnlyofficeTestrailWrapper::RubyHelper

Included in:
TestrailHelper
Defined in:
lib/onlyoffice_testrail_wrapper/helpers/ruby_helper.rb

Overview

Methods to work with ruby

Instance Method Summary collapse

Instance Method Details

#debug?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/onlyoffice_testrail_wrapper/helpers/ruby_helper.rb', line 6

def debug?
  ENV['RUBYLIB'].to_s.include?('ruby-debug')
end