Slide 1

Slide 1 text

AU  Ruby  Conference USING RUBY FOR BUILDING APPS ON IOS 1 Friday, February 22, 13

Slide 2

Slide 2 text

AU  Ruby  Conference ABOUT ME ★ Ruby’ist ★ IT  Architect:  McKinsey  &  Co ★ Github:  toamitkumar ★ Twi=er:  toamit ★ toamitkumar.com 2 Friday, February 22, 13

Slide 3

Slide 3 text

AU  Ruby  Conference 3 Friday, February 22, 13

Slide 4

Slide 4 text

AU  Ruby  Conference RUBYMOTION 4 Friday, February 22, 13

Slide 5

Slide 5 text

AU  Ruby  Conference RUBYMOTION 5 Friday, February 22, 13

Slide 6

Slide 6 text

AU  Ruby  Conference RUBYMOTION 5 Friday, February 22, 13

Slide 7

Slide 7 text

AU  Ruby  Conference RUBYMOTION 5 revolutionary toolchain for native iOS application development using Ruby language Friday, February 22, 13

Slide 8

Slide 8 text

AU  Ruby  Conference RUBYMOTION 5 revolutionary toolchain for native iOS application development using Ruby language Friday, February 22, 13

Slide 9

Slide 9 text

AU  Ruby  Conference RUBYMOTION 5 revolutionary toolchain for native iOS application development using Ruby language triumph of Utilitarianism; reduces suffering Friday, February 22, 13

Slide 10

Slide 10 text

AU  Ruby  Conference 6 RUBYMOTION ? Friday, February 22, 13

Slide 11

Slide 11 text

AU  Ruby  Conference 6 RUBYMOTION ? ★ Fork  of  MacRuby Friday, February 22, 13

Slide 12

Slide 12 text

AU  Ruby  Conference 6 RUBYMOTION ? ★ Fork  of  MacRuby ★ Compiles  Ruby  Code  into  optimized  machine  code Friday, February 22, 13

Slide 13

Slide 13 text

AU  Ruby  Conference 6 RUBYMOTION ? ★ Fork  of  MacRuby ★ Compiles  Ruby  Code  into  optimized  machine  code ★ Ruby  runtime  tightly  integrated  with  Obj-­‐‑C  runtime Friday, February 22, 13

Slide 14

Slide 14 text

AU  Ruby  Conference 6 RUBYMOTION ? ★ Fork  of  MacRuby ★ Compiles  Ruby  Code  into  optimized  machine  code ★ Ruby  runtime  tightly  integrated  with  Obj-­‐‑C  runtime ★ Same  ancestors  as  Obj-­‐‑C Friday, February 22, 13

Slide 15

Slide 15 text

AU  Ruby  Conference 6 RUBYMOTION ? ★ Fork  of  MacRuby ★ Compiles  Ruby  Code  into  optimized  machine  code ★ Ruby  runtime  tightly  integrated  with  Obj-­‐‑C  runtime ★ Same  ancestors  as  Obj-­‐‑C ★ Objects  can  be  shared  with  no  performance  cost Friday, February 22, 13

Slide 16

Slide 16 text

AU  Ruby  Conference 7 INHERITANCE & MIXIN Friday, February 22, 13

Slide 17

Slide 17 text

AU  Ruby  Conference 7 INHERITANCE & MIXIN Friday, February 22, 13

Slide 18

Slide 18 text

AU  Ruby  Conference 7 INHERITANCE & MIXIN Friday, February 22, 13

Slide 19

Slide 19 text

AU  Ruby  Conference 7 INHERITANCE & MIXIN Friday, February 22, 13

Slide 20

Slide 20 text

AU  Ruby  Conference 8 Friday, February 22, 13

Slide 21

Slide 21 text

AU  Ruby  Conference 8 Friday, February 22, 13

Slide 22

Slide 22 text

AU  Ruby  Conference 8 Friday, February 22, 13

Slide 23

Slide 23 text

AU  Ruby  Conference 8 Friday, February 22, 13

Slide 24

Slide 24 text

AU  Ruby  Conference 8 Friday, February 22, 13

Slide 25

Slide 25 text

AU  Ruby  Conference SOME NOISE 9 Friday, February 22, 13

Slide 26

Slide 26 text

AU  Ruby  Conference SOME NOISE 9 Friday, February 22, 13

Slide 27

Slide 27 text

AU  Ruby  Conference SOME NOISE 9 Friday, February 22, 13

Slide 28

Slide 28 text

AU  Ruby  Conference CAN I USE EVAL ? 10 Friday, February 22, 13

Slide 29

Slide 29 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing 10 Friday, February 22, 13

Slide 30

Slide 30 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method 10 Friday, February 22, 13

Slide 31

Slide 31 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method ★ alias_method 10 Friday, February 22, 13

Slide 32

Slide 32 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method ★ alias_method ★ instance_eval 10 Friday, February 22, 13

Slide 33

Slide 33 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method ★ alias_method ★ instance_eval ★ class_eval 10 Friday, February 22, 13

Slide 34

Slide 34 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method ★ alias_method ★ instance_eval ★ class_eval ★ const_get 10 Friday, February 22, 13

Slide 35

Slide 35 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method ★ alias_method ★ instance_eval ★ class_eval ★ const_get ★ const_defined? 10 Friday, February 22, 13

Slide 36

Slide 36 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method ★ alias_method ★ instance_eval ★ class_eval ★ const_get ★ const_defined? 10  require   Friday, February 22, 13

Slide 37

Slide 37 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method ★ alias_method ★ instance_eval ★ class_eval ★ const_get ★ const_defined? 10  require   Friday, February 22, 13

Slide 38

Slide 38 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method ★ alias_method ★ instance_eval ★ class_eval ★ const_get ★ const_defined? 10  eval    require   Friday, February 22, 13

Slide 39

Slide 39 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method ★ alias_method ★ instance_eval ★ class_eval ★ const_get ★ const_defined? 10  eval    require   Friday, February 22, 13

Slide 40

Slide 40 text

AU  Ruby  Conference CAN I USE EVAL ? ★ method_missing ★ define_method ★ alias_method ★ instance_eval ★ class_eval ★ const_get ★ const_defined? 10  eval    require   Friday, February 22, 13

Slide 41

Slide 41 text

AU  Ruby  Conference h!p://sites.fastspring.com/hipbyte/product/rubymotion 11 HOW DO I GET IT ? Friday, February 22, 13

Slide 42

Slide 42 text

AU  Ruby  Conference CREATE APPLICATION 12 Friday, February 22, 13

Slide 43

Slide 43 text

AU  Ruby  Conference CREATE APPLICATION 12 Friday, February 22, 13

Slide 44

Slide 44 text

AU  Ruby  Conference CREATE APPLICATION 12 Friday, February 22, 13

Slide 45

Slide 45 text

AU  Ruby  Conference CREATE APPLICATION 12 Friday, February 22, 13

Slide 46

Slide 46 text

AU  Ruby  Conference CREATE APPLICATION 12 Friday, February 22, 13

Slide 47

Slide 47 text

AU  Ruby  Conference RUN APPLICATION 13 Friday, February 22, 13

Slide 48

Slide 48 text

AU  Ruby  Conference BUILD PROCESS 14 Friday, February 22, 13

Slide 49

Slide 49 text

AU  Ruby  Conference BUILD PROCESS 14 COMPILING Friday, February 22, 13

Slide 50

Slide 50 text

AU  Ruby  Conference BUILD PROCESS 14 COMPILING LINKING Friday, February 22, 13

Slide 51

Slide 51 text

AU  Ruby  Conference BUILD PROCESS 14 COMPILING LINKING PACKAGING Friday, February 22, 13

Slide 52

Slide 52 text

AU  Ruby  Conference BUILD PROCESS 14 COMPILING LINKING PACKAGING CODE SIGN Friday, February 22, 13

Slide 53

Slide 53 text

AU  Ruby  Conference 15 RUBYMOTION ? Friday, February 22, 13

Slide 54

Slide 54 text

AU  Ruby  Conference 15 RubyMotion RUBYMOTION ? Friday, February 22, 13

Slide 55

Slide 55 text

AU  Ruby  Conference 15 RubyMotion Runtime RUBYMOTION ? Friday, February 22, 13

Slide 56

Slide 56 text

AU  Ruby  Conference 15 RubyMotion Runtime Compiler RUBYMOTION ? Friday, February 22, 13

Slide 57

Slide 57 text

AU  Ruby  Conference 15 RubyMotion Runtime Compiler Build  System RUBYMOTION ? Friday, February 22, 13

Slide 58

Slide 58 text

AU  Ruby  Conference 15 RubyMotion Runtime Compiler Build  System RUBYMOTION ? Friday, February 22, 13

Slide 59

Slide 59 text

AU  Ruby  Conference RAKE 16 Friday, February 22, 13

Slide 60

Slide 60 text

AU  Ruby  Conference RAKE 16 Friday, February 22, 13

Slide 61

Slide 61 text

AU  Ruby  Conference RAKE 16 Friday, February 22, 13

Slide 62

Slide 62 text

AU  Ruby  Conference RAKE 16 Friday, February 22, 13

Slide 63

Slide 63 text

AU  Ruby  Conference RAKE 16 Friday, February 22, 13

Slide 64

Slide 64 text

AU  Ruby  Conference RAKE 16 Friday, February 22, 13

Slide 65

Slide 65 text

AU  Ruby  Conference RAKE 16 Friday, February 22, 13

Slide 66

Slide 66 text

AU  Ruby  Conference RAKE 16 Friday, February 22, 13

Slide 67

Slide 67 text

AU  Ruby  Conference 17 Friday, February 22, 13

Slide 68

Slide 68 text

AU  Ruby  Conference 17 Friday, February 22, 13

Slide 69

Slide 69 text

AU  Ruby  Conference 17 Friday, February 22, 13

Slide 70

Slide 70 text

AU  Ruby  Conference 17 Friday, February 22, 13

Slide 71

Slide 71 text

AU  Ruby  Conference 17 Friday, February 22, 13

Slide 72

Slide 72 text

AU  Ruby  Conference 17 Friday, February 22, 13

Slide 73

Slide 73 text

AU  Ruby  Conference 17 Friday, February 22, 13

Slide 74

Slide 74 text

AU  Ruby  Conference 17 Friday, February 22, 13

Slide 75

Slide 75 text

AU  Ruby  Conference 17 Friday, February 22, 13

Slide 76

Slide 76 text

AU  Ruby  Conference READ EVALUATE PRINT LOOP 18 Friday, February 22, 13

Slide 77

Slide 77 text

AU  Ruby  Conference READ EVALUATE PRINT LOOP 18 DEMO Friday, February 22, 13

Slide 78

Slide 78 text

AU  Ruby  Conference 19 Friday, February 22, 13

Slide 79

Slide 79 text

AU  Ruby  Conference READ EVALUATE PRINT LOOP 20 DEMO Friday, February 22, 13

Slide 80

Slide 80 text

AU  Ruby  Conference READ EVALUATE PRINT LOOP 20 DEMO Friday, February 22, 13

Slide 81

Slide 81 text

AU  Ruby  Conference DE-BUGGING 21 Friday, February 22, 13

Slide 82

Slide 82 text

AU  Ruby  Conference DE-BUGGING 21 GDB Friday, February 22, 13

Slide 83

Slide 83 text

AU  Ruby  Conference DE-BUGGING 21 GDB RubyMine launched with RubyMotion support - including debugging Friday, February 22, 13

Slide 84

Slide 84 text

AU  Ruby  Conference DE-BUGGING 21 GDB RubyMine launched with RubyMotion support - including debugging Friday, February 22, 13

Slide 85

Slide 85 text

AU  Ruby  Conference EXTERNAL LIBRARIES 22 Friday, February 22, 13

Slide 86

Slide 86 text

AU  Ruby  Conference EXTERNAL LIBRARIES 22 RubyGems Friday, February 22, 13

Slide 87

Slide 87 text

AU  Ruby  Conference EXTERNAL LIBRARIES 22 RubyGems Objective-­‐‑C Friday, February 22, 13

Slide 88

Slide 88 text

AU  Ruby  Conference EXTERNAL LIBRARIES 22 RubyGems Objective-­‐‑C CocoaPods Friday, February 22, 13

Slide 89

Slide 89 text

AU  Ruby  Conference EXTERNAL LIBRARIES 22 RubyGems Objective-­‐‑C Native-­‐‑C CocoaPods Friday, February 22, 13

Slide 90

Slide 90 text

AU  Ruby  Conference RUBYMOTION GEMS 23 Friday, February 22, 13

Slide 91

Slide 91 text

AU  Ruby  Conference RUBYMOTION GEMS 23 ★ Normal  RubyGems  will  not  work Friday, February 22, 13

Slide 92

Slide 92 text

AU  Ruby  Conference RUBYMOTION GEMS 23 ★ Normal  RubyGems  will  not  work ★ Load  RubyMotion  Gems  in  Rakefile Friday, February 22, 13

Slide 93

Slide 93 text

AU  Ruby  Conference RUBYMOTION GEMS 23 ★ Normal  RubyGems  will  not  work ★ Load  RubyMotion  Gems  in  Rakefile Friday, February 22, 13

Slide 94

Slide 94 text

AU  Ruby  Conference RUBYMOTION GEMS 23 ★ Normal  RubyGems  will  not  work ★ Load  RubyMotion  Gems  in  Rakefile source  :rubygems gem  ‘rake’ gem  ‘bubble-­‐‑wrap’ gem  ‘motion-­‐‑cocoapods’ Gemfile Friday, February 22, 13

Slide 95

Slide 95 text

AU  Ruby  Conference RUBYMOTION GEMS 23 ★ Normal  RubyGems  will  not  work ★ Load  RubyMotion  Gems  in  Rakefile source  :rubygems gem  ‘rake’ gem  ‘bubble-­‐‑wrap’ gem  ‘motion-­‐‑cocoapods’ Gemfile Friday, February 22, 13

Slide 96

Slide 96 text

AU  Ruby  Conference RUBYMOTION GEMS 23 ★ Normal  RubyGems  will  not  work ★ Load  RubyMotion  Gems  in  Rakefile source  :rubygems gem  ‘rake’ gem  ‘bubble-­‐‑wrap’ gem  ‘motion-­‐‑cocoapods’ Gemfile require  ‘  bundler’ Bundler.require  :default Motion::Project::App.setup  do  |app|    #more  stuff end Rakefile Friday, February 22, 13

Slide 97

Slide 97 text

AU  Ruby  Conference SOME LIBRARIES 24 ★ BubbleWrap ★ Sugarcube ★ Formotion ★ Teacup ★ motion-­‐‑stump ★ motion-­‐‑addressbook ★ Pixate ★ MotionModel ★ NanoStoreInMotion ★ Teacup ★ motion-­‐‑ocr ★ .... Friday, February 22, 13

Slide 98

Slide 98 text

AU  Ruby  Conference SOME LIBRARIES 24 ★ BubbleWrap ★ Sugarcube ★ Formotion ★ Teacup ★ motion-­‐‑stump ★ motion-­‐‑addressbook ★ Pixate ★ MotionModel ★ NanoStoreInMotion ★ Teacup ★ motion-­‐‑ocr ★ .... Friday, February 22, 13

Slide 99

Slide 99 text

AU  Ruby  Conference PIXATE 25 Friday, February 22, 13

Slide 100

Slide 100 text

AU  Ruby  Conference PIXATE 25 ★ Style  your  iOS  controls  using  CSS Friday, February 22, 13

Slide 101

Slide 101 text

AU  Ruby  Conference PIXATE 25 ★ Style  your  iOS  controls  using  CSS Friday, February 22, 13

Slide 102

Slide 102 text

AU  Ruby  Conference PIXATE 25 ★ Style  your  iOS  controls  using  CSS Friday, February 22, 13

Slide 103

Slide 103 text

AU  Ruby  Conference PIXATE 25 ★ Style  your  iOS  controls  using  CSS .header-bar { background-­‐‑color: #288de3; } .header-title { background-­‐‑color: none; color: rgba(255, 255, 255, 0.6); font-­‐‑family: "Open Sans"; font-­‐‑weight: light; } .header-bu!on { background-­‐‑color: none; color: white; font-­‐‑family: "Open Sans"; }..... ....... ......... Friday, February 22, 13

Slide 104

Slide 104 text

AU  Ruby  Conference OBJECTIVE-C 26 1. Statically Compiled Friday, February 22, 13

Slide 105

Slide 105 text

AU  Ruby  Conference OBJECTIVE-C 26 1. Statically Compiled Friday, February 22, 13

Slide 106

Slide 106 text

AU  Ruby  Conference OBJECTIVE-C 26 1. Statically Compiled Friday, February 22, 13

Slide 107

Slide 107 text

AU  Ruby  Conference OBJECTIVE-C 27 2. XCode Project Friday, February 22, 13

Slide 108

Slide 108 text

AU  Ruby  Conference OBJECTIVE-C 27 2. XCode Project Friday, February 22, 13

Slide 109

Slide 109 text

AU  Ruby  Conference OBJECTIVE-C 27 2. XCode Project Friday, February 22, 13

Slide 110

Slide 110 text

AU  Ruby  Conference OBJECTIVE-C 27 2. XCode Project Friday, February 22, 13

Slide 111

Slide 111 text

AU  Ruby  Conference OBJECTIVE-C 27 2. XCode Project Friday, February 22, 13

Slide 112

Slide 112 text

AU  Ruby  Conference OBJECTIVE-C 27 2. XCode Project Friday, February 22, 13

Slide 113

Slide 113 text

AU  Ruby  Conference COCOAPODS 28 Friday, February 22, 13

Slide 114

Slide 114 text

AU  Ruby  Conference COCOAPODS 28 ★ dependency  manager  for  Obj-­‐‑C  projects Friday, February 22, 13

Slide 115

Slide 115 text

AU  Ruby  Conference COCOAPODS 28 ★ dependency  manager  for  Obj-­‐‑C  projects ★ distributed  as  a  rubygem Friday, February 22, 13

Slide 116

Slide 116 text

AU  Ruby  Conference COCOAPODS 28 ★ dependency  manager  for  Obj-­‐‑C  projects ★ distributed  as  a  rubygem Friday, February 22, 13

Slide 117

Slide 117 text

AU  Ruby  Conference COCOAPODS 28 ★ dependency  manager  for  Obj-­‐‑C  projects ★ distributed  as  a  rubygem Friday, February 22, 13

Slide 118

Slide 118 text

AU  Ruby  Conference COCOAPODS 29 Friday, February 22, 13

Slide 119

Slide 119 text

AU  Ruby  Conference COCOAPODS 29 Rakefile: Friday, February 22, 13

Slide 120

Slide 120 text

AU  Ruby  Conference COCOAPODS 29 Rakefile: Friday, February 22, 13

Slide 121

Slide 121 text

AU  Ruby  Conference COCOAPODS 29 Rakefile: Friday, February 22, 13

Slide 122

Slide 122 text

AU  Ruby  Conference NATIVE C 30 Friday, February 22, 13

Slide 123

Slide 123 text

AU  Ruby  Conference NATIVE C 30 Basic  types  in  C (bool,  char,  long,  float,  double) Friday, February 22, 13

Slide 124

Slide 124 text

AU  Ruby  Conference NATIVE C 30 Basic  types  in  C (bool,  char,  long,  float,  double) Friday, February 22, 13

Slide 125

Slide 125 text

AU  Ruby  Conference NATIVE C 30 Basic  types  in  C (bool,  char,  long,  float,  double) Ruby  data  types (true/false,  Fixnum,  Bignum,  Float Friday, February 22, 13

Slide 126

Slide 126 text

AU  Ruby  Conference NATIVE C 30 Basic  types  in  C (bool,  char,  long,  float,  double) Ruby  data  types (true/false,  Fixnum,  Bignum,  Float Complex  C  Data  Structures Friday, February 22, 13

Slide 127

Slide 127 text

AU  Ruby  Conference NATIVE C 30 Basic  types  in  C (bool,  char,  long,  float,  double) Ruby  data  types (true/false,  Fixnum,  Bignum,  Float Complex  C  Data  Structures Friday, February 22, 13

Slide 128

Slide 128 text

AU  Ruby  Conference NATIVE C 30 Basic  types  in  C (bool,  char,  long,  float,  double) Ruby  data  types (true/false,  Fixnum,  Bignum,  Float Complex  C  Data  Structures Ruby  data  types (Not  Data  Type) Friday, February 22, 13

Slide 129

Slide 129 text

AU  Ruby  Conference NATIVE C 30 Basic  types  in  C (bool,  char,  long,  float,  double) Ruby  data  types (true/false,  Fixnum,  Bignum,  Float Complex  C  Data  Structures Ruby  data  types (Not  Data  Type) Friday, February 22, 13

Slide 130

Slide 130 text

AU  Ruby  Conference NATIVE C 30 Basic  types  in  C (bool,  char,  long,  float,  double) Ruby  data  types (true/false,  Fixnum,  Bignum,  Float Complex  C  Data  Structures Ruby  data  types (Not  Data  Type) BridgeSupport Friday, February 22, 13

Slide 131

Slide 131 text

AU  Ruby  Conference NATIVE C 30 Basic  types  in  C (bool,  char,  long,  float,  double) Ruby  data  types (true/false,  Fixnum,  Bignum,  Float Complex  C  Data  Structures Ruby  data  types (Not  Data  Type) RubyMotion BridgeSupport Friday, February 22, 13

Slide 132

Slide 132 text

AU  Ruby  Conference INTEGRATE WITH IB 31 Friday, February 22, 13

Slide 133

Slide 133 text

AU  Ruby  Conference INTEGRATE WITH IB 31 StoryBoard Friday, February 22, 13

Slide 134

Slide 134 text

AU  Ruby  Conference INTEGRATE WITH IB 31 StoryBoard XIB Friday, February 22, 13

Slide 135

Slide 135 text

AU  Ruby  Conference INTEGRATE WITH IB 31 StoryBoard XIB Friday, February 22, 13

Slide 136

Slide 136 text

AU  Ruby  Conference TESTING 32 Friday, February 22, 13

Slide 137

Slide 137 text

AU  Ruby  Conference TESTING 32 ★ Comes  bundled  with  RSpec  like  like  framework  -­‐‑  ‘MacBacon’ Friday, February 22, 13

Slide 138

Slide 138 text

AU  Ruby  Conference TESTING 32 ★ Comes  bundled  with  RSpec  like  like  framework  -­‐‑  ‘MacBacon’ ★ RSpec  syntactic  sugar ★ Assertions ★ Matchers ★ before/aOer  blocks Friday, February 22, 13

Slide 139

Slide 139 text

AU  Ruby  Conference TESTING 32 ★ Comes  bundled  with  RSpec  like  like  framework  -­‐‑  ‘MacBacon’ ★ RSpec  syntactic  sugar ★ Assertions ★ Matchers ★ before/aOer  blocks ★ View  testing: Friday, February 22, 13

Slide 140

Slide 140 text

AU  Ruby  Conference TESTING 32 ★ Comes  bundled  with  RSpec  like  like  framework  -­‐‑  ‘MacBacon’ ★ RSpec  syntactic  sugar ★ Assertions ★ Matchers ★ before/aOer  blocks ★ View  testing: ★ nib/storyboard/  file Friday, February 22, 13

Slide 141

Slide 141 text

AU  Ruby  Conference TESTING 32 ★ Comes  bundled  with  RSpec  like  like  framework  -­‐‑  ‘MacBacon’ ★ RSpec  syntactic  sugar ★ Assertions ★ Matchers ★ before/aOer  blocks ★ View  testing: ★ nib/storyboard/  file Friday, February 22, 13

Slide 142

Slide 142 text

AU  Ruby  Conference API DOCS 33 Friday, February 22, 13

Slide 143

Slide 143 text

AU  Ruby  Conference API DOCS 33 Friday, February 22, 13

Slide 144

Slide 144 text

AU  Ruby  Conference API DOCS 33 Friday, February 22, 13

Slide 145

Slide 145 text

AU  Ruby  Conference THANK YOU 34 Friday, February 22, 13

Slide 146

Slide 146 text

AU  Ruby  Conference 35 toamitkumar@gmail.com Friday, February 22, 13