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
256b594a03
rails--rails
/
activesupport
/
lib
/
core_ext.rb
2 lines
77 B
Ruby
Raw
Normal View
History
Unescape
Escape
Added Byte operations to Numeric, so 5.5.megabytes + 200.kilobytes #461 [Marcel Molina] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@393 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-11 16:37:02 -05:00
Dir
[
File
.
dirname
(
__FILE__
)
+
"
/core_ext/*.rb
"
]
.
each
{
|
file
|
require
(
file
)
}
Copy permalink