class Scad4r::Runner::PassThrough

Public Instance Methods

parse(result) click to toggle source
# File lib/scad4r/runner.rb, line 6
def parse(result)
  {result: result}
end