共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > Ruby Extensions |
Ruby Extensions
|
1 | 0 | 4 |
贡献者 | 讨论 | 代码提交 |
Library for the Ruby programming language which extends some of the core functionality.
A classic example of this is the introduction of a "Boolean" class which is intended to be used in place of "TrueClass" and "FalseClass", as the latter 2 do not share a common superclass making it arduous to perform data-type validation checks.
Another example is strong-typing for method parameters. Ongoing work will be done to support polymorphism and overloading.