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
What's new in AppKit on macOS 26
1024jp
0
150
AI駆動のマルチエージェントによる業務フロー自動化の設計と実践
h_okkah
0
240
Yes, You Can Work on Rails & any other Gem
kaspth
0
100
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
7.3k
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
12
7.2k
バイブコーディング超えてバイブデプロイ〜CloudflareMCPで実現する、未来のアプリケーションデリバリー〜
azukiazusa1
2
580
オンコール⼊⾨〜ページャーが鳴る前に、あなたが備えられること〜 / Before The Pager Rings
yktakaha4
2
1k
Goで作る、開発・CI環境
sin392
0
270
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
180
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
99
37k
CDK引数設計道場100本ノック
badmintoncryer
2
490
生成AI時代のコンポーネントライブラリの作り方
touyou
1
290
Featured
See All Featured
Fireside Chat
paigeccino
37
3.5k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
GitHub's CSS Performance
jonrohan
1031
460k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.3k
Building Applications with DynamoDB
mza
95
6.5k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Docker and Python
trallard
45
3.5k
Making Projects Easy
brettharned
116
6.3k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Stop Working from a Prison Cell
hatefulcrawdad
271
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