class StartingBlocks::PassThroughResultBuilder

Public Instance Methods

build_from(results) click to toggle source
# File lib/starting_blocks/pass_through_result_builder.rb, line 5
def build_from results
  results
end