Method: Osaka::ScriptRunner.debug_prints?

Defined in:
lib/osaka/scriptrunner.rb

.debug_prints?Boolean

Returns:

  • (Boolean)


28
29
30
# File 'lib/osaka/scriptrunner.rb', line 28

def self.debug_prints?
  @@debug_info_enabled
end