lib/orchestra.rb in ntl-orchestra-0.9.0 vs lib/orchestra.rb in ntl-orchestra-0.9.1
- old
+ new
@@ -8,15 +8,9 @@
def configure &block
Configuration.module_eval &block
end
- def define &block
- builder = DSL::Operations::Builder.new
- DSL::Operations::Context.evaluate builder, &block
- builder.build_operation
- end
-
def perform operation, inputs = {}
Conductor.new.perform operation, inputs
end
def replay_recording operation, store, input = {}