
Ruby's equivalent of PHP explode - Ruby - Ruby-Forum
Sep 26, 2006 · What is ruby’s equivalent of PHPs explode? A routine which can breakdown a string and return the results in an array or a routine that can parse an .ini file and return the key value pairs in …
Append_features (mod) - Rails - Ruby-Forum
Sep 20, 2012 · append_features(mod) The documentation says: When this module is included in another, Ruby calls append_features in this module, passing it the receiving module in mod. Rubys …
How to print Ruby's version from within the program
Sep 20, 2007 · Alle giovedì 20 settembre 2007, SpringFlowers AutumnMoon ha scritto: Is there a way to print the Ruby version from within a Ruby program? I know i can use ruby -v at the command line, …
Ruby_sysinit causes errors - Ruby - Ruby-Forum
Sep 12, 2014 · Now i know, if i don’t link Ruby statically, then it work wihtout any problems. But why i can’t call ruby_sysinit (&argc, &argv); when i link everything static? (That is just 1 problem what i …
Latest Community topics - Ruby-Forum
Sep 23, 2025 · Welcome! Hangout, feedback, and international (non-English) discussions here.
All Time - Ruby-Forum
Apr 29, 2021 · Online Community that helps beginners learn Ruby, and coders solve Ruby coding problems since 2005
Latest topics - Ruby-Forum
Dec 19, 2025 · Online Community that helps beginners learn Ruby, and coders solve Ruby coding problems since 2005
Tutorial: Ruby GUI with Glimmer (by Mattias Velamsson)
Aug 28, 2023 · Mattias Velamsson recently shared a beginner’s tutorial for making a GUI (Graphical User Interface) in Ruby titled “Ruby GUI with Glimmer”. It provides a step-by-step code walkthrough …
Ruby's "More than one way to do things." - Ruby - Ruby-Forum
Nov 24, 2010 · There are more than one way to do things because different programmers come from different languages may prefer different style. In python everything can be readable from one python …
Any solutions to Ruby's inconsistencies? - Ruby - Ruby-Forum
Mar 4, 2009 · Ruby has definite positives over Java and even other scripting languages, but many negatives too. One negative is the inconsistency of how rules seem to be applied in the language …