This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx
Watch
1
Star
0
Fork
0
You've already forked rubyx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
587fd56300
rubyx
/
lib
/
core
/
integer.rb
7 lines
97 B
Ruby
Raw
Normal View
History
Unescape
Escape
Semi random code for the next step
2014-04-28 21:08:09 +02:00
module
Core
move kernel to core and apply the classmethod pattern to all core classes
2014-05-06 11:47:07 +02:00
class
Integer
module
ClassMethods
end
extend
ClassMethods
Semi random code for the next step
2014-04-28 21:08:09 +02:00
end
end
Reference in New Issue
Copy Permalink