1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ripper/test_files_ext.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
187 B
Ruby
Raw Normal View History

require_relative 'assert_parse_files.rb'
class TestRipper::Generic
%w[ext].each do |dir|
define_method("test_parse_files:#{dir}") do
assert_parse_files(dir)
end
end
end