module DhEasy::Core::Plugin::ExecutorBehavior

Public Instance Methods

test_mode?() click to toggle source
# File lib/dh_easy_override/core/plugin/executor_behavior.rb, line 5
def test_mode?
  DhEasy::Test.test_mode?
end