class Yardstick::Config

def output=(output)

Other tags:
    Api: - public

Returns:
  • (undefined) -

Parameters:
  • output (String, Pathname) --
def output=(output)
  @output = ReportOutput.coerce(output)
end