Method: DataForge::DSL::Commands#transform

Defined in:
lib/data_forge/dsl/commands.rb

#transform(source, options = {}, &transformation_block) ⇒ Object



11
12
13
# File 'lib/data_forge/dsl/commands.rb', line 11

def transform(source, options = {}, &transformation_block)
  Transformation::RubyTransformation.from_input(source, options, &transformation_block).execute
end