Sha256: 9e9934eaace4c4f7a472de7af9d7f6b289617f194d816dd57efa0314dce54d7a

Contents?: true

Size: 173 Bytes

Versions: 4

Compression:

Stored size: 173 Bytes

Contents

module AeEasy
  module Core
    module Plugin
      module ExecutorBehavior
        def test_mode?
          AeEasy::Test.test_mode?
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ae_easy-test-0.0.3 lib/ae_easy_override/core/plugin/executor_behavior.rb
ae_easy-test-0.0.2 lib/ae_easy_override/core/plugin/executor_behavior.rb
ae_easy-test-0.0.1 lib/ae_easy_override/core/plugin/executor_behavior.rb
ae_easy-test-0.0.0 lib/ae_easy_override/core/plugin/executor_behavior.rb