1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/autoloading_fixtures
Andrew White 811fd0a6b4 Prevent void context warnings
The constant reference A::B used to trigger autoloading causes a warning
to be logged about the possible use of :: in a void context so assign it
to the _ variable to prevent the warnings from being triggered.
2016-04-03 23:47:05 +01:00
..
a
class_folder
html
load_path
module_folder
module_with_custom_const_missing/a
application.rb
circular1.rb
circular2.rb
class_folder.rb
conflict.rb
counting_loader.rb
cross_site_dependency.rb
d.rb
em.rb
loads_constant.rb
multiple_constant_file.rb
raises_arbitrary_exception.rb Prevent void context warnings 2016-04-03 23:47:05 +01:00
raises_name_error.rb
raises_no_method_error.rb
requires_constant.rb
should_not_be_required.rb
throws.rb Prevent void context warnings 2016-04-03 23:47:05 +01:00
typo.rb