1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/fixtures/alternate_helpers/foo_helper.rb
2018-09-25 13:19:35 -04:00

5 lines
80 B
Ruby

# frozen_string_literal: true
module FooHelper
redefine_method(:baz) { }
end