Method: Yaoc::BuilderDSLMethods#with_strategy

Defined in:
lib/yaoc/converter_builder.rb

#with_strategy(new_strategy) ⇒ Object



74
75
76
# File 'lib/yaoc/converter_builder.rb', line 74

def with_strategy(new_strategy)
  self.strategy = new_strategy
end