mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
61d2391352
The fixture for module AbcHelper defines three functions bare_a, bare_b and bare_c, but only bare_a is used in the code that tests helper functions.
3 lines
40 B
Ruby
3 lines
40 B
Ruby
module AbcHelper
|
|
def bare_a() end
|
|
end
|