class Turnip::DryRun::BaseFormatter

Public Class Methods

new(output) click to toggle source
Calls superclass method
# File lib/turnip/dry_run/base_formatter.rb, line 4
def initialize(output)
  super(output)
end