Sha256: 20d754857caaadf083979d0b7be8b2604d2bab7f24eb3ad6595bb53e26d4a703

Contents?: true

Size: 146 Bytes

Versions: 2

Compression:

Stored size: 146 Bytes

Contents

# frozen_string_literal: true
class FixtureOuter
  def initialize
    @inner = FixtureInner.new
  end

  def do_work
    @inner.do_work
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rotoscope-0.2.2 test/fixture_outer.rb
rotoscope-0.2.1 test/fixture_outer.rb