Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ruby on Rails para Iniciantes - Aula 06
Search
Jackson Pires
May 06, 2015
Programming
0
120
Ruby on Rails para Iniciantes - Aula 06
Ruby - Array,, Hash, Métodos, Parâmetros e Blocos
Jackson Pires
May 06, 2015
Tweet
Share
More Decks by Jackson Pires
See All by Jackson Pires
Como usar uma box Vagrant com a Cloud9 IDE para desenvolver com Elixir ou Phoenix?
jackson_pires
0
79
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
65
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
56
Conhecendo a gem guard, guard-rspec e guard-livereload
jackson_pires
0
80
GDG Meetup - Carreiras em T.I.
jackson_pires
0
82
20 minutos insanos de TDD e Ruby
jackson_pires
0
110
Ruby on Rails para Iniciantes - Aula 46
jackson_pires
0
160
Ruby on Rails para Iniciantes - Aula 47
jackson_pires
0
80
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
370
Other Decks in Programming
See All in Programming
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
240
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
330
フロントエンドのmonorepo化と責務分離のリアーキテクト
kajitack
2
160
Jakarta EE Core Profile and Helidon - Speed, Simplicity, and AI Integration
ivargrimstad
0
330
AWS発のAIエディタKiroを使ってみた
iriikeita
1
160
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
0
320
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
110
旅行プランAIエージェント開発の裏側
ippo012
2
840
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
210
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.2k
Go言語での実装を通して学ぶLLMファインチューニングの仕組み / fukuokago22-llm-peft
monochromegane
0
110
print("Hello, World")
eddie
1
480
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
42
2.8k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Building Applications with DynamoDB
mza
96
6.6k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Six Lessons from altMBA
skipperchong
28
4k
Into the Great Unknown - MozCon
thekraken
40
2k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
How GitHub (no longer) Works
holman
315
140k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Transcript
Ruby on Rails Minicurso para iniciantes ! ! Parte 06
Quem sou eu? http://about.me/jacksonpires
Aula 06 Ruby - Array, Hash, Métodos, Parâmetros e Blocos
A linguagem Ruby Array "Array é uma coleção ordenada de
qualquer objeto indexado por um inteiro. Cada elemento de um Array é associado e referenciado por índice" [ ] .new %w
A linguagem Ruby Hash "Hash é uma coleção de pares
chave-valor. É similar a um Array exceto por seus índices serem definidos arbitrariamente" { :key => :value }
A linguagem Ruby Métodos, Parâmetros e Blocos .size .eql? .each
Feedback?
www.maniadeconcurseiro.com.br Mania de Concurseiro