This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
280670465a
rails--rails
/
activesupport
/
test
/
autoloading_fixtures
/
class_folder.rb
6 lines
88 B
Ruby
Raw
Normal View
History
Unescape
Escape
Use frozen-string-literal in ActiveSupport
2017-07-09 08:06:36 -04:00
# frozen_string_literal: true
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
2017-07-10 09:39:13 -04:00
Dependencies can autoload directories of nested classes. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4769 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-08-16 05:18:17 -04:00
class
ClassFolder
applies new string literal convention in activesupport/test The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
2016-08-06 12:03:25 -04:00
ConstantInClassFolder
=
"
indeed
"
Dependencies can autoload directories of nested classes. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4769 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-08-16 05:18:17 -04:00
end
Copy permalink