370 likes | 621 Views
Ruby is dynamic. In Ruby, anything can be changed, anytimeVariables don't have a type; the type belongs to the value currently in the variableMethods can be definedand undefinedMethods can be added to a classat run timeMethods can be added to individual objectsStrings can be compiled and exec
E N D