summaryrefslogtreecommitdiff
path: root/spec/fixtures/whereami_helper.rb
blob: be6d28bbf70b2f7a4b1fb7521a7881bdae56907b (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

# rubocop:disable Layout/EmptyLineBetweenDefs
class Cor
  def a; end
  def b; end
  def c; end
  def d; end
end
# rubocop:enable Layout/EmptyLineBetweenDefs