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
Segunda sesión
Search
Ruben Espinosa
July 26, 2015
Programming
0
47
Segunda sesión
Ruben Espinosa
July 26, 2015
Tweet
Share
More Decks by Ruben Espinosa
See All by Ruben Espinosa
RealTime APPS with Rails + Socket.io + Redis
rderoldan1
0
260
Presentación
rderoldan1
0
65
Primera Sesión
rderoldan1
0
54
Docker + DockerCompose
rderoldan1
1
140
Other Decks in Programming
See All in Programming
バイブコーディングの正体——AIエージェントはソフトウェア開発を変えるか?
stakaya
5
800
Quality Gates in the Age of Agentic Coding
helmedeiros
PRO
1
130
SQLアンチパターン第2版 データベースプログラミングで陥りがちな失敗とその対策 / Intro to SQL Antipatterns 2nd
twada
PRO
38
11k
あのころの iPod を どうにか再生させたい
orumin
2
2.3k
Strands Agents で実現する名刺解析アーキテクチャ
omiya0555
1
110
kiroでゲームを作ってみた
iriikeita
0
150
Gemini CLIの"強み"を知る! Gemini CLIとClaude Codeを比較してみた!
kotahisafuru
3
950
AIのメモリー
watany
13
1.3k
#QiitaBash TDDで(自分の)開発がどう変わったか
ryosukedtomita
1
350
物語を動かす行動"量" #エンジニアニメ
konifar
12
3.5k
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
630
Nuances on Kubernetes - RubyConf Taiwan 2025
envek
0
110
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
49
14k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
How GitHub (no longer) Works
holman
314
140k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Code Review Best Practice
trishagee
69
19k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
880
Scaling GitHub
holman
461
140k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
750
Art, The Web, and Tiny UX
lynnandtonic
301
21k
Transcript
Empezando con Ruby Ruben Espinosa /rderoldan1
Temario Esta presentación mostrará los siguientes temas: 1. Clases 2.
Objetos 3. Atributos 4. Control de acceso 5. Herencia 6. Módulos **TIP Se recomienda leer y aplicar las buenas practicas en la forma de programación especificadas en esta URL https://github.com/bbatsov/ruby-style-guide
Clases
Objeto != Clase
Atributos
Atributos
Atributos
Atributos
Control de acceso (encapsulamiento) Existen tres tipos: 1. Públicos (Valor
por defecto) 2. Protegidos 3. Privados
Herencia