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
72
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
60
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
54
Conhecendo a gem guard, guard-rspec e guard-livereload
jackson_pires
0
78
GDG Meetup - Carreiras em T.I.
jackson_pires
0
70
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
78
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
360
Other Decks in Programming
See All in Programming
なまけものオバケたち -PHP 8.4 に入った新機能の紹介-
tanakahisateru
1
140
今年のアップデートで振り返るCDKセキュリティのシフトレフト/2024-cdk-security-shift-left
tomoki10
0
320
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
600
HTML/CSS超絶浅い説明
yuki0329
0
160
Package Traits
ikesyo
1
110
快速入門可觀測性
blueswen
0
470
コンテナをたくさん詰め込んだシステムとランタイムの変化
makihiro
1
170
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
200
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.3k
週次リリースを実現するための グローバルアプリ開発
tera_ny
1
560
Оптимизируем производительность блока Казначейство
lamodatech
0
870
命名をリントする
chiroruxx
1
550
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.9k
Agile that works and the tools we love
rasmusluckow
328
21k
Visualization
eitanlees
146
15k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
We Have a Design System, Now What?
morganepeng
51
7.3k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
YesSQL, Process and Tooling at Scale
rocio
170
14k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Into the Great Unknown - MozCon
thekraken
34
1.6k
4 Signs Your Business is Dying
shpigford
182
21k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
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!