Module: FormatStaged

Defined in:
lib/format_staged.rb,
lib/format-staged/io.rb,
lib/format-staged/job.rb,
lib/format-staged/entry.rb,
lib/format-staged/version.rb

Overview

FormatStaged module

Defined Under Namespace

Modules: IOMixin Classes: Entry, Job

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.run(**options) ⇒ Object



8
9
10
# File 'lib/format_staged.rb', line 8

def self.run(**options)
  Job.new(**options).run
end