Sha256: f46b20ca6146e3d4cd59873d00531fc1aa56ee8cfb7bd458e121985e95c8879a

Contents?: true

Size: 340 Bytes

Versions: 10

Compression:

Stored size: 340 Bytes

Contents

# frozen_string_literal: true

module FindInDiff
  def added_hunk_1
    # This should appear in hunk 1
  end

  def method_in_the_middle
    # Something something...

    # This is several rows wide

    # So that it has to end up in multiple hunks

    # la dee da...
  end

  def added_hunk_2
    # This should appear in hunk 2
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
danger-wcc-0.1.4 spec/fixtures/find_in_diff.rb
danger-wcc-0.1.3 spec/fixtures/find_in_diff.rb
danger-wcc-0.1.2 spec/fixtures/find_in_diff.rb
danger-wcc-0.1.1 spec/fixtures/find_in_diff.rb
danger-wcc-0.1.0 spec/fixtures/find_in_diff.rb
danger-wcc-0.0.6 spec/fixtures/find_in_diff.rb
danger-wcc-0.0.5 spec/fixtures/find_in_diff.rb
danger-wcc-0.0.4 spec/fixtures/find_in_diff.rb
danger-wcc-0.0.3 spec/fixtures/find_in_diff.rb
danger-wcc-0.0.2 spec/fixtures/find_in_diff.rb