Sha256: 0cc20e44fa0d3ab4c446ffffcefd9a929d6cbdbf1fe3aab277f0c80f11cc925a

Contents?: true

Size: 172 Bytes

Versions: 30

Compression:

Stored size: 172 Bytes

Contents

class FirstFile
  def initialize
    # do nothing in this example
  end

  def run(_a_file, *args)
    puts args

    args
  end

  def finalize
    # do nothing
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
openstudio-analysis-1.0.0.pre.rc2 spec/files/worker_init/first_file.rb
openstudio-analysis-1.0.0.pat2 spec/files/worker_init/first_file.rb
openstudio-analysis-1.0.0.pat1 spec/files/worker_init/first_file.rb
openstudio-analysis-0.4.5 spec/files/worker_init/first_file.rb
openstudio-analysis-0.4.4 spec/files/worker_init/first_file.rb
openstudio-analysis-0.4.3 spec/files/worker_init/first_file.rb
openstudio-analysis-0.4.2 spec/files/worker_init/first_file.rb
openstudio-analysis-0.4.1 spec/files/worker_init/first_file.rb
openstudio-analysis-0.4.0 spec/files/worker_init/first_file.rb
openstudio-analysis-0.3.7 spec/files/worker_init/first_file.rb