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 32
Search
Jackson Pires
May 06, 2015
Programming
0
57
Ruby on Rails para Iniciantes - Aula 32
Self e Monkey Patch em Ruby
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
77
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
65
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
54
Conhecendo a gem guard, guard-rspec e guard-livereload
jackson_pires
0
80
GDG Meetup - Carreiras em T.I.
jackson_pires
0
75
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
イベントストーミングから始めるドメイン駆動設計
jgeem
4
820
業務自動化をJavaとSeleniumとAWS Lambdaで実現した方法
greenflagproject
1
100
C++20 射影変換
faithandbrave
0
430
Go1.25からのGOMAXPROCS
kuro_kurorrr
0
210
コードに語らせよう――自己ドキュメント化が内包する楽しさについて / Let the Code Speak
nrslib
6
1.4k
Cloudflare Realtime と Workers でつくるサーバーレス WebRTC
nekoya3
0
400
生成AIで日々のエラー調査を進めたい
yuyaabo
0
530
Select API from Kotlin Coroutine
jmatsu
1
110
Javaに鉄道指向プログラミング (Railway Oriented Pro gramming) のエッセンスを取り入れる/Bringing the Essence of Railway-Oriented Programming to Java
cocet33000
2
540
エラーって何種類あるの?
kajitack
5
140
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
220
単体テストの始め方/作り方
toms74209200
0
430
Featured
See All Featured
Site-Speed That Sticks
csswizardry
10
630
The Cult of Friendly URLs
andyhume
79
6.4k
Docker and Python
trallard
44
3.4k
Balancing Empowerment & Direction
lara
1
290
Designing for Performance
lara
609
69k
What's in a price? How to price your products and services
michaelherold
245
12k
Visualization
eitanlees
146
16k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
690
It's Worth the Effort
3n
184
28k
Why Our Code Smells
bkeepers
PRO
337
57k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Transcript
Ruby on Rails Para iniciantes - 3a Temporada \o/
http://videosdeti.com.br
[email protected]
Mentoring
Aula 32 Self e o Monkey Patch em Ruby
Self e o Monkey Patch em Ruby Self
Self e o Monkey Patch em Ruby Self é uma
palavra reservada que dá acesso ao objeto corrente
Self e o Monkey Patch em Ruby Assim podemos dizer
que ao usar obj.meth, estamos enviando o meth ao obj
Self e o Monkey Patch em Ruby Monkey Patch
Ruby on Rails Obrigado!