Created
August 5, 2013 20:26
-
-
Save marciojrtorres/6159302 to your computer and use it in GitHub Desktop.
Na linguagem Ruby os arrays são objetos e contam a si mesmos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elementos = ["a", "b", "c"] | |
print elementos.length # imprime 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment