| Previous | Reductive Labs, LLC | Next |
Everything is an objectYes, everything: [Class, "a string", 15, File.open("/etc/passwd")].each { |obj| puts "'%s' is of type %s" % [obj, obj.class] }
Produces:
|
| Previous | Luke Kanies luke@reductivelabs.com | Index | Next |