ruby-doc.org
Index of Files, Classes & Methods in Ruby 2.1.4 (Ruby 2.1.4)
http://ruby-doc.org/core-2.1.4
Core 2.1.4. Std-lib 2.1.4. Ruby 2.1.4. Ruby 2.1.4. You may find these links helpful: syntax. This is the API documentation for Ruby 2.1.4. Test/rdoc/test.ja.large.rdoc. Doc/syntax/modules and classes.rdoc. Abort on exception (Thread). Abort on exception= (Thread). Asciicompat encoding (Encoding: Converter). Change privilege (Process: GID). Change privilege (Process: UID). Compile file (RubyVM: InstructionSequence). Compile option (RubyVM: InstructionSequence). Compile option= (RubyVM: InstructionSequence).
ruby-doc.org
Index of Files, Classes & Methods in Ruby mruby (Ruby mruby)
http://ruby-doc.org/core-mruby
This is the API documentation for Ruby mruby. Examples/mrbgems/c and ruby extension example/README.md. Examples/mrbgems/c and ruby extension example/mrbgem.rake. Examples/mrbgems/c extension example/README.md. Examples/mrbgems/c extension example/mrbgem.rake. Examples/mrbgems/ruby extension example/README.md. Examples/mrbgems/ruby extension example/mrbgem.rake. Tasks/mruby build commands.rake. Tasks/mruby build gem.rake. MiniRake → MiniRake. Create rule (MiniRake: Task). Define task (MiniRake: Task).
ruby-doc.org
Class: String (Ruby 2.3.1)
http://ruby-doc.org/core-1.9/classes/String.html
Core 2.3.1. Std-lib 2.3.1. Modules and classes.rdoc. Object holds and manipulates an arbitrary sequence of bytes, typically representing characters. String. Objects may be created using. Because of aliasing issues, users of strings should be aware of the methods that modify the contents of a. Object. Typically, methods with names ending in! Modify their receiver, while those without a! However, there are exceptions, such as. New(str=" ) → new str. Click to toggle source. Or ASCII-8BIT, if. If the format ...
ruby-doc.org
Class: Array (Ruby 2.0.0)
http://ruby-doc.org/core-2.0.0/Array.html
Core 2.0.0. Std-lib 2.0.0. Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more. Command line usage.rdoc. Rake-0.8.7.rdoc. Rake-0.9.0.rdoc. Rake-0.9.1.rdoc. Rake-0.9.2.2.rdoc. Rake-0.9.2.rdoc. Rake-0.9.3.rdoc. Rake-0.9.4.rdoc. Rake-0.9.5.rdoc. Rake-0.9.6.rdoc. Modules and classes.rdoc. Arrays are ordered, integer-indexed collections of any object. Creating Arrays ¶. A new array can be created by using the literal constructor. 1, two, 3.0]. With zero, one (the initial size of the Array. Nil, ni...
ruby-doc.org
Class: Random (Ruby 1.9.2)
http://ruby-doc.org/core-1.9.2/Random.html
Core 1.9.2. Std-lib 1.9.2. Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more. New([seed]) → prng. Click to toggle source. Creates new Mersenne Twister based pseudorandom number generator with seed. When the argument seed is omitted, the generator is initialized with : new seed. The argument seed is used to ensure repeatable sequences of random numbers between different runs of the program. 0191519450378892, 0.622108771039832]. 0191519450378892, 0.622108771039832].
ruby-doc.org
Class: String (Ruby 2.0.0)
http://ruby-doc.org/core-2.0.0/String.html
Core 2.0.0. Std-lib 2.0.0. Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more. Command line usage.rdoc. Rake-0.8.7.rdoc. Rake-0.9.0.rdoc. Rake-0.9.1.rdoc. Rake-0.9.2.2.rdoc. Rake-0.9.2.rdoc. Rake-0.9.3.rdoc. Rake-0.9.4.rdoc. Rake-0.9.5.rdoc. Rake-0.9.6.rdoc. Modules and classes.rdoc. Object holds and manipulates an arbitrary sequence of bytes, typically representing characters. String. Objects may be created using. Object. Typically, methods with names ending in! New(str=" ) → new str. Stati...
blog.nicksieger.com
JRuby 1.1.6: Gems-in-a-jar
http://blog.nicksieger.com/articles/2009/01/10/jruby-1-1-6-gems-in-a-jar
JRuby 1.1.6: Gems-in-a-jar. Posted by Nick Sieger Sat, 10 Jan 2009 20:04:00 GMT. As a result of some fruitful hacking at RubyConf 2008, I was able to modify JRuby so that gems can be loaded and used without having to unpack them. The feature became generally available with the 1.1.6 release last month. 46; Gems in a jar! By splorp on flickr. This opens up a couple new possibilities for running, packaging and deploying JRuby-based applications. Here are some ideas:. Run Gem-based applications with. First,...
ruby-doc.org
Class: String (Ruby 2.3.1)
http://ruby-doc.org/core/classes/String.html
Core 2.3.1. Std-lib 2.3.1. Modules and classes.rdoc. Object holds and manipulates an arbitrary sequence of bytes, typically representing characters. String. Objects may be created using. Because of aliasing issues, users of strings should be aware of the methods that modify the contents of a. Object. Typically, methods with names ending in! Modify their receiver, while those without a! However, there are exceptions, such as. New(str=" ) → new str. Click to toggle source. Or ASCII-8BIT, if. If the format ...
ruby-doc.org
Class: Thread (Ruby 2.3.1)
http://ruby-doc.org/core/classes/Thread.html
Core 2.3.1. Std-lib 2.3.1. Modules and classes.rdoc. Threads are the Ruby implementation for a concurrent programming model. Programs that require multiple threads of execution are a perfect candidate for Ruby's Thread. For example, we can create a new thread separate from the main thread's execution using : new. Whats the big deal. Then we are able to pause the execution of the main thread and allow our new thread to finish, using join. Whats the big deal. If we don't call. Whats the big deal. If the th...
SOCIAL ENGAGEMENT