| Sign In/My Account | View Cart |
| Article: |
Technologies to Watch: A Look at Four That May Challenge Javas Development Dominance | |
| Subject: | What decade was that? | |
| Date: | 2005-10-20 17:55:44 | |
| From: | ikayak | |
|
Response to: What decade was that?
|
||
|
Good points. And you're absolutely right that I'm late to this party--thus the book, Beyond Java. There are many others like me. Languages are passionate subjects, no?
|
||
Showing messages 1 through 8 of 8.
class MyClass:
def say_hello(self, some_name):
print 'Hello', some_name
m = MyClass()
m.say_hello('bob')
class Fixnum
# Redefine +
def +(other)
"Addition is now obsolete"
end
end
puts 5 + 2