An Interpreted Object-Oriented Scripting Language
Ruby is an interpreted scripting language for quick and easy
object-oriented programming. It has many features for processing text
files and performing system management tasks (as in Perl). It is
simple, straight-forward, and extensible.
* Ruby features:
- Simple Syntax
- *Normal* Object-Oriented features (class, method calls, for
example)
- *Advanced* Object-Oriented features(Mix-in, Singleton-method, for
example)
- Operator Overloading
- Exception Handling
- Iterators and Closures
- Garbage Collection
- Dynamic Loading of Object Files (on some architectures)
- Highly Portable (works on many UNIX machines; DOS, Windows, Mac,
BeOS, and more)
- Developed at devel:languages:ruby
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/ruby && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
gem_build_cleanup | 0000000525 525 Bytes | |
gemrc | 0000000269 269 Bytes | |
ruby.changes | 0000028296 27.6 KB | |
ruby.common-macros | 0000000097 97 Bytes | |
ruby.macros | 0000001936 1.89 KB | |
ruby.spec | 0000003468 3.39 KB | |
rubygems.attr | 0000000206 206 Bytes | |
rubygemsdeps.sh | 0000000533 533 Bytes |
Revision 33 (latest revision is 63)
Stephan Kulow (coolo)
accepted
request 127078
from
Stephan Kulow (coolo)
(revision 33)
- Fix old-style %gem_install macro (missing parameter) (forwarded request 127075 from saschpe)
Comments 1
ruby 2.5.1 has been released; https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.1.tar.gz