Method: M::Executor#initialize

Defined in:
lib/m/executor.rb

#initialize(testable) ⇒ Executor

Returns a new instance of Executor.



9
10
11
# File 'lib/m/executor.rb', line 9

def initialize testable
  @testable = testable
end