SlideShare a Scribd company logo
Ruby
Language from Japan
Overview
Yukihiro	Matz
Ruby	on	Rails
Sinatra
Text	Processing
Meta	Programming	
Black	Magic
http://www.slideshare.net/itnig/the-black-magic-of-ruby-metaprogramming
Language Design
OOP
Dynamic and Weakly Typed
Module
Open Class
Interpreter Lambda
Block
Proc
Monkey Patch
Singleton Method
Dynamic Method
Duck Typing
Hello World
#{var}	-	interpolation
p	puts	the	value	as	it	is
Variables
Everything	is	an	object
List
list.each{|param|	statement}
cont. List
xxx!	refers	to	a	destructive	function
map!	changes	the	original	list
Hash
hash.each	do	|k,	v|		
				statements	
end
Block/Yield/Proc
A	block	is	a	set	of	statement.	It	is	not	a	function.
Proc	makes	a	block	a	function
Function/Lambda
first	class	object
Lambda									->	(param)	{block}
Functional
map
find
select
reduce
OOP
initialize constructor
@xxx instance	variable
attr_accessor setter/getter
Class Method
@@			class	variable
self				class	method
Module
module	cannot	be	instantiated
module	can	be	mixed	in
Singleton Method
add	a	method	to	a	particular	instance
only	david	changed,	tom	remains	the	same
Monkey Patch
override	the	existing	method
append	a	new	method
override	the	existing	method
Dynamic Method
Define	a	new	method	at	runtime
define_method()
Sinatra
A	lightweight	web	server

More Related Content

PPTX
Introduction to JavaScript
PPTX
Learn To Code: Introduction to java
PDF
FregeDay: Design and Implementation of the language (Ingo Wechsung)
PDF
FregeDay: Roadmap for resolving differences between Haskell and Frege (Ingo W...
PDF
Introduction to Object Oriented Javascript
PPTX
Introduction to JavaScript
ODP
Shapeless- Generic programming for Scala
PPS
Master in javascript
Introduction to JavaScript
Learn To Code: Introduction to java
FregeDay: Design and Implementation of the language (Ingo Wechsung)
FregeDay: Roadmap for resolving differences between Haskell and Frege (Ingo W...
Introduction to Object Oriented Javascript
Introduction to JavaScript
Shapeless- Generic programming for Scala
Master in javascript

What's hot (20)

ODP
JavaScript Object Oriented Programming Cheat Sheet
PDF
Java essentials for hadoop
ODP
Ayush oops
PDF
Javascript for Intermediates
PDF
Generics past, present and future
PPTX
Learn To Code: Introduction to c
PPTX
Java script
ODP
Introduction of Object Oriented JavaScript
PDF
Post-graduate course: Object technology: Implementation of object-oriented pr...
ODP
Datatype in JavaScript
PPTX
2CPP08 - Overloading and Overriding
PDF
From DOT to Dotty
PPSX
DIWE - Programming with JavaScript
PPTX
Session 04 - Arrays in Java
PPTX
Polymorphism and its types
PPT
Future Programming Language
PDF
JavaScript: The Good Parts
PPTX
Typescript
PPTX
What's new in Java 8
PDF
Some basic FP concepts
JavaScript Object Oriented Programming Cheat Sheet
Java essentials for hadoop
Ayush oops
Javascript for Intermediates
Generics past, present and future
Learn To Code: Introduction to c
Java script
Introduction of Object Oriented JavaScript
Post-graduate course: Object technology: Implementation of object-oriented pr...
Datatype in JavaScript
2CPP08 - Overloading and Overriding
From DOT to Dotty
DIWE - Programming with JavaScript
Session 04 - Arrays in Java
Polymorphism and its types
Future Programming Language
JavaScript: The Good Parts
Typescript
What's new in Java 8
Some basic FP concepts
Ad

Viewers also liked (14)

PDF
PDF
Busi 682 midterm examination answers
DOC
Gary giblock resume 1 31-17
PPTX
TCI 2015 Green Lights & Red Lights. The Practicalities of Cluster Development
PDF
Service Quality and Passengers Satisfaction of Southern Railways by SERVQUAL ...
PDF
4.3.2 - Nouvelles plateformes d'opérations antiacridiennes
 
PDF
Asa conference some highlights
DOCX
Citas y organizadores
DOCX
Zakir_Hussain_cv
PDF
Главное - жить любя
PPTX
Title Card Appearance
PPTX
TSPi-Corporate-Presentation-Short-052813
PPTX
Feedback
PDF
2015 GNO 招商说明 Line : gno8033
Busi 682 midterm examination answers
Gary giblock resume 1 31-17
TCI 2015 Green Lights & Red Lights. The Practicalities of Cluster Development
Service Quality and Passengers Satisfaction of Southern Railways by SERVQUAL ...
4.3.2 - Nouvelles plateformes d'opérations antiacridiennes
 
Asa conference some highlights
Citas y organizadores
Zakir_Hussain_cv
Главное - жить любя
Title Card Appearance
TSPi-Corporate-Presentation-Short-052813
Feedback
2015 GNO 招商说明 Line : gno8033
Ad

Similar to Ruby (20)

PDF
02. Ruby Basic slides - Ruby Core Teaching
PPT
whats new in java 8
PPT
PHP 5.3 Part 2 - Lambda Functions & Closures
PPT
Scala Talk at FOSDEM 2009
PPT
Ruby Hell Yeah
PDF
Java 8 best practices - Stephen Colebourne
PDF
javase8bestpractices-151015135520-lva1-app6892
PDF
Java SE 8 best practices
PPTX
Lambda Expressions Java 8 Features usage
PPTX
Lambda Expressions in Java 8
PPTX
Java 8 - An Overview
PPT
Rubyforjavaprogrammers 1210167973516759-9
PPT
Rubyforjavaprogrammers 1210167973516759-9
PDF
Mobile Software Engineering Crash Course - C02 Java Primer
PPTX
Functional Programming In Jdk8
PDF
Functional programming in java 8 by harmeet singh
PDF
Java 8-revealed
ODP
Introduction to Scala
PPTX
Metaprogramming in Ruby
PPTX
Introduction of Java 8 with emphasis on Lambda Expressions and Streams
02. Ruby Basic slides - Ruby Core Teaching
whats new in java 8
PHP 5.3 Part 2 - Lambda Functions & Closures
Scala Talk at FOSDEM 2009
Ruby Hell Yeah
Java 8 best practices - Stephen Colebourne
javase8bestpractices-151015135520-lva1-app6892
Java SE 8 best practices
Lambda Expressions Java 8 Features usage
Lambda Expressions in Java 8
Java 8 - An Overview
Rubyforjavaprogrammers 1210167973516759-9
Rubyforjavaprogrammers 1210167973516759-9
Mobile Software Engineering Crash Course - C02 Java Primer
Functional Programming In Jdk8
Functional programming in java 8 by harmeet singh
Java 8-revealed
Introduction to Scala
Metaprogramming in Ruby
Introduction of Java 8 with emphasis on Lambda Expressions and Streams

More from Futada Takashi (20)

PDF
ES6 ECMA2015
PDF
PDF
Aws(sdk)
PDF
Objective c(lang)
PDF
Aws(sns)
PDF
PDF
PDF
PDF
PDF
PDF
PDF
PDF
PDF
Bootstrap
PDF
Coffee script
PDF
AngularJS
PDF
PDF
Swift study: Closure
PDF
Swift study: iBeacon
ES6 ECMA2015
Aws(sdk)
Objective c(lang)
Aws(sns)
Bootstrap
Coffee script
AngularJS
Swift study: Closure
Swift study: iBeacon

Recently uploaded (20)

PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
System and Network Administraation Chapter 3
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Understanding Forklifts - TECH EHS Solution
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
System and Network Administration Chapter 2
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Nekopoi APK 2025 free lastest update
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
Essential Infomation Tech presentation.pptx
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PTS Company Brochure 2025 (1).pdf.......
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Design an Analysis of Algorithms II-SECS-1021-03
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
System and Network Administraation Chapter 3
How to Choose the Right IT Partner for Your Business in Malaysia
Reimagine Home Health with the Power of Agentic AI​
Understanding Forklifts - TECH EHS Solution
How Creative Agencies Leverage Project Management Software.pdf
Upgrade and Innovation Strategies for SAP ERP Customers
Operating system designcfffgfgggggggvggggggggg
System and Network Administration Chapter 2
Wondershare Filmora 15 Crack With Activation Key [2025
Nekopoi APK 2025 free lastest update
2025 Textile ERP Trends: SAP, Odoo & Oracle
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Essential Infomation Tech presentation.pptx
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf