Module: InchCI::Worker::BuildJSON

Defined in:
lib/inch_ci/worker/build_json.rb,
lib/inch_ci/worker/build_json/task.rb

Defined Under Namespace

Classes: JSONDump, Task

Class Method Summary collapse

Class Method Details

.json(filename) ⇒ Object



6
7
8
# File 'lib/inch_ci/worker/build_json.rb', line 6

def self.json(filename)
  JSONDump.new(filename)
end