Introduction to Ruby
Ruby is an elegant, easy-to-use, easy-to-learn, and pragmatic object-oriented language. The following lists some Ruby features:
- simple syntax
- contains exception handling features
- complete object-oriented language
- features true closures
- loads extension libraries dynamically if an OS allows
- features OS independent threading
- highly portable
- needs no variable declarations


