User contributions
30 November 2007
Ruby Essentials
no edit summary
+607
Ruby Essentials
no edit summary
+8
About Ruby Essentials
no edit summary
+16
About Ruby Essentials
no edit summary
+5
About Ruby Essentials
no edit summary
+45
About Ruby Essentials
New page: Ruby is a flexible and intuitive object-oriented programming language. From modest beginnings in Japan where it rapidly gained a loyal following, the popularity of Ruby has now spread thro...
Ruby Essentials
no edit summary
+27
Ruby Essentials
no edit summary
-117
Ruby Essentials
no edit summary
+271
Ruby Methods
Passing Arguments to a Function
+945
Ruby Methods
Returning a Value from a Function
+458
Ruby Methods
New page: Ruby methods provide a way to organize code and promote re-use. Rather than create long sections of Ruby code, the code is instead organized into logical groups that can be called when nee...
Ruby Essentials
no edit summary
+27
Ruby Essentials
no edit summary
+169
Ruby Math Functions and Methods
Ruby Math Methods
+220
Ruby Math Functions and Methods
no edit summary
+2,163
Ruby Math Functions and Methods
Removing all content from page
-33
29 November 2007
Ruby Essentials
no edit summary
-5
Ruby Essentials
no edit summary
+322
Working with Files in Ruby
no edit summary
+3,203
Working with Files in Ruby
Creating a New File with Ruby
+1,198
Working with Files in Ruby
Creating a New File with Ruby
-348
Working with Files in Ruby
Creating a New File with Ruby
+1,051
Working with Files in Ruby
New page: In the previous chapter we looked at how to work with directories. This chapter we will look in detail at how to create, open and read and write to files in Ruby. We will then learn how to...
Ruby Essentials
no edit summary
+8
Ruby Essentials
no edit summary
+196
Ruby File and Directory Handling
Ruby File and Directory Handling moved to Ruby Directory Handling
Ruby Directory Handling
Ruby File and Directory Handling moved to Ruby Directory Handling
mRuby Directory Handling
New page: It may have escaped your notice, but up until this chapter everything we have done involved working with data in memory. Now that we have covered all the basics of the Ruby language, it is...
Ruby Essentials
no edit summary
-5
Ruby Essentials
no edit summary
+184
Ruby Essentials
no edit summary
+4
Ruby Essentials
no edit summary
+7
Ruby Essentials
no edit summary
+10
Ruby Essentials
no edit summary
+4,887
Ruby Essentials
no edit summary
+876
Ruby Essentials
no edit summary
+2
Ruby Essentials
no edit summary
-2
Ruby Essentials
no edit summary
+121
28 November 2007
Ruby Object Oriented Programming
no edit summary
+2
Ruby Essentials
no edit summary
+39
Ruby Object Oriented Programming
Class Inheritance
+5
Ruby Object Oriented Programming
Class Inheritance
+582
Ruby Object Oriented Programming
Class Inheritance
+104
Ruby Object Oriented Programming
Class Inheritance
+931
Ruby Object Oriented Programming
New page: Ruby is a object oriented environment and provides extensive support for developing object-oriented applications. The area of object oriented programming is, however, large. Entire books c...
Ruby Essentials
no edit summary
+39
Ruby String Conversions
Changing the Case of a Ruby String
+427
Ruby String Conversions
New page: So far we have looked at creating, comparing and manipulating strings. Now it is time to look at converting strings in Ruby. == Converting a Ruby String to an Array == Strings can be con...
Ruby Essentials
no edit summary
+41