1. Урок 1. 00:13:07
    Introduction to Ruby
  2. Урок 2. 00:00:57
    About Me
  3. Урок 3. 00:10:41
    MacOS - Access and Work with the Terminal
  4. Урок 4. 00:18:03
    MacOS - Install Homebrew, rbenv and Ruby
  5. Урок 5. 00:04:25
    MacOS - Download Atom Text Editor
  6. Урок 6. 00:08:20
    MacOS - Install atom-runner Package and Visual Theme
  7. Урок 7. 00:06:01
    MacOS - Write First Ruby File and Run with Atom Runner
  8. Урок 8. 00:03:32
    MacOS - Run Ruby File from Terminal
  9. Урок 9. 00:10:41
    Windows - Download and Install Ruby
  10. Урок 10. 00:04:31
    Windows - Download Atom Text Editor
  11. Урок 11. 00:06:02
    Windows - Install atom-runner Package and Custom Theme
  12. Урок 12. 00:06:15
    Windows - Write First Ruby File and Run with Atom Runner
  13. Урок 13. 00:06:56
    Windows - Run Ruby File from Command Prompt
  14. Урок 14. 00:07:28
    Interactive Ruby (IRB)
  15. Урок 15. 00:10:21
    The puts Method
  16. Урок 16. 00:03:19
    The print Method
  17. Урок 17. 00:04:35
    The p Method
  18. Урок 18. 00:09:58
    Basic Arithmetic in Ruby
  19. Урок 19. 00:06:35
    Comments
  20. Урок 20. 00:13:40
    Variables
  21. Урок 21. 00:06:52
    Parallel Variable Assignment and Swapping Variable Values
  22. Урок 22. 00:04:03
    Constants
  23. Урок 23. 00:08:08
    Intro to Object Methods
  24. Урок 24. 00:09:15
    Return Values and the nil Object
  25. Урок 25. 00:10:25
    String Interpolation
  26. Урок 26. 00:15:25
    The gets Method and the chomp Method
  27. Урок 27. 00:07:50
    Intro to Numbers and the .class Method
  28. Урок 28. 00:08:35
    Convert Numbers to Strings and Vice Versa
  29. Урок 29. 00:04:51
    Intro to Booleans
  30. Урок 30. 00:05:50
    The .odd? and .even? Predicate Methods
  31. Урок 31. 00:06:43
    Comparison with the Equality (==) Operator
  32. Урок 32. 00:04:35
    Comparison with the Inequality (!=) Operator
  33. Урок 33. 00:05:17
    Less than and Greater than Operators
  34. Урок 34. 00:09:08
    Arithmetic Methods and Basic Arguments
  35. Урок 35. 00:08:23
    Intro to Object Methods with Parameters (The .between? Predicate Method)
  36. Урок 36. 00:06:49
    Float Methods
  37. Урок 37. 00:07:55
    Assignment Operators
  38. Урок 38. 00:14:34
    Introduction to Blocks with the .times Method
  39. Урок 39. 00:09:44
    The .upto and .downto Methods
  40. Урок 40. 00:07:40
    BONUS - The .step Method
  41. Урок 41. 00:07:26
    Create a String
  42. Урок 42. 00:04:03
    Multiline Strings
  43. Урок 43. 00:08:05
    Escape Characters
  44. Урок 44. 00:02:22
    Single Quotes vs Double Quotes
  45. Урок 45. 00:07:13
    Equality and Inequality Operators with Strings
  46. Урок 46. 00:07:46
    Concatenate Strings
  47. Урок 47. 00:06:03
    The .length and .size Methods
  48. Урок 48. 00:07:46
    Extract Single Characters from String with Bracket Syntax
  49. Урок 49. 00:04:11
    Extract Multiple Characters from String with Bracket Syntax
  50. Урок 50. 00:05:55
    Extract Multiple Characters with Range Objects
  51. Урок 51. 00:05:15
    Overwrite Characters in String with Bracket Syntax
  52. Урок 52. 00:05:44
    Case Methods
  53. Урок 53. 00:03:11
    The .reverse Method on a String
  54. Урок 54. 00:07:21
    Bang Methods on Strings
  55. Урок 55. 00:05:33
    The .include? Method on a String
  56. Урок 56. 00:04:02
    The .empty? and .nil? Methods on a String
  57. Урок 57. 00:12:58
    Intro to Methods
  58. Урок 58. 00:04:17
    Local Variables
  59. Урок 59. 00:09:18
    Parameters and Arguments
  60. Урок 60. 00:07:24
    Return Values I
  61. Урок 61. 00:06:15
    Return Values II - Default Return Values and the Return of the puts Method
  62. Урок 62. 00:10:20
    The if Statement
  63. Урок 63. 00:07:07
    Truthiness and Falsiness
  64. Урок 64. 00:09:03
    if elsif
  65. Урок 65. 00:08:02
    The else Keyword
  66. Урок 66. 00:12:49
    Multiple Conditions with && Operator
  67. Урок 67. 00:05:11
    Multiple Conditions with || Operator
  68. Урок 68. 00:08:34
    Parentheses and Precedence
  69. Урок 69. 00:08:05
    Nested if Statements
  70. Урок 70. 00:09:30
    The .respond_to? Method
  71. Урок 71. 00:12:37
    Ternary Operator
  72. Урок 72. 00:06:26
    Default or Optional Parameters
  73. Урок 73. 00:10:36
    Call A Method from Another Method or Interpolated String
  74. Урок 74. 00:12:05
    The case Statement
  75. Урок 75. 00:06:10
    Negation with !
  76. Урок 76. 00:07:45
    The unless Keyword
  77. Урок 77. 00:15:39
    The while Keyword
  78. Урок 78. 00:04:21
    The until Keyword
  79. Урок 79. 00:11:58
    CHALLENGE: FizzBuzz
  80. Урок 80. 00:05:37
    Statement Modifiers / Inline Modifiers
  81. Урок 81. 00:06:35
    Conditional Assignment
  82. Урок 82. 00:07:46
    Intro to Ranges
  83. Урок 83. 00:05:38
    Alphabetical Ranges
  84. Урок 84. 00:01:46
    The .size Method on a Range
  85. Урок 85. 00:04:25
    Check if Value Exists in a Range with .include? Method or ===
  86. Урок 86. 00:05:59
    Generate A Random Number with the rand Method
  87. Урок 87. 00:04:01
    Introduction to Arrays
  88. Урок 88. 00:09:19
    Create An Array with Bracket Syntax
  89. Урок 89. 00:02:12
    Shorthand %w Syntax to Create an Array of Strings
  90. Урок 90. 00:03:32
    Create an Array with Array.new Method
  91. Урок 91. 00:11:59
    Access Single Array Element by Index Position
  92. Урок 92. 00:04:10
    Access Single Array Element with .fetch Method
  93. Урок 93. 00:06:12
    Extract Sequential Array Elements with Bracket Syntax
  94. Урок 94. 00:04:02
    Access Sequential Array Elements with a Range Object
  95. Урок 95. 00:05:02
    Access Multiple Array Elements with the .values_at Method
  96. Урок 96. 00:02:34
    The .slice Method
  97. Урок 97. 00:08:07
    Overwrite One or More Array Elements
  98. Урок 98. 00:04:58
    The .length, .size and .count Methods on an Array
  99. Урок 99. 00:05:18
    The .empty? and .nil? Methods on an Array
  100. Урок 100. 00:11:12
    The .first and .last Methods
  101. Урок 101. 00:07:05
    The .push Method, the Shovel Operator, and the .insert Method
  102. Урок 102. 00:05:16
    The .pop Method
  103. Урок 103. 00:03:17
    The .shift and .unshift Methods
  104. Урок 104. 00:05:06
    Equality and Inequality Operators with Arrays
  105. Урок 105. 00:06:16
    The Spaceship Operator
  106. Урок 106. 00:04:20
    Convert Ranges to Arrays with the .to_a Method
  107. Урок 107. 00:12:47
    The .is_a? Predicate Method
  108. Урок 108. 00:07:50
    The ri Program
  109. Урок 109. 00:05:21
    Review of Blocks
  110. Урок 110. 00:07:01
    The .each Method on an Array
  111. Урок 111. 00:13:01
    More Practice with the .each Method
  112. Урок 112. 00:04:03
    each within each
  113. Урок 113. 00:09:32
    The For Loop
  114. Урок 114. 00:06:36
    The .each_with_index Method
  115. Урок 115. 00:07:03
    CHALLENGE: The .each_with_index Method
  116. Урок 116. 00:12:15
    The .map and .collect Methods on an Array
  117. Урок 117. 00:05:36
    Iteration over Array with while or until Loops
  118. Урок 118. 00:06:21
    The break Keyword
  119. Урок 119. 00:03:39
    The next Keyword
  120. Урок 120. 00:02:26
    The .reverse Method on an Array
  121. Урок 121. 00:05:18
    The .sort Method on an Array
  122. Урок 122. 00:04:47
    The .concat Method on an Array
  123. Урок 123. 00:09:07
    The .max and .min Methods on an Array
  124. Урок 124. 00:02:13
    The .include? Predicate Method on an Array
  125. Урок 125. 00:02:52
    The .index and .find_index Methods on an Array
  126. Урок 126. 00:06:46
    The .select Method on an Array
  127. Урок 127. 00:02:54
    The .reject Method on an Array
  128. Урок 128. 00:05:45
    Unpack a Multidimensional Array
  129. Урок 129. 00:05:06
    The .partition Method on an Array
  130. Урок 130. 00:05:29
    The .split Method on a String
  131. Урок 131. 00:04:41
    Iterate over String Characters
  132. Урок 132. 00:10:32
    The .join Method on an Array
  133. Урок 133. 00:06:45
    The .count Method on a String
  134. Урок 134. 00:12:37
    The .index and .rindex Methods on a String
  135. Урок 135. 00:02:31
    The .insert Method on a String
  136. Урок 136. 00:11:22
    The .squeeze Method
  137. Урок 137. 00:01:27
    The .clear Method on a String
  138. Урок 138. 00:05:37
    The .delete Method on a String
  139. Урок 139. 00:10:31
    Object Pointers and Object Copies
  140. Урок 140. 00:03:51
    Splat Arguments
  141. Урок 141. 00:04:43
    The .any? and .all? Methods on an Array
  142. Урок 142. 00:05:43
    The .find and .detect Methods on an Array
  143. Урок 143. 00:05:29
    The .uniq Method on an Array
  144. Урок 144. 00:04:43
    The .compact Method on an Array
  145. Урок 145. 00:11:53
    The .inject and .reduce Methods on an Array
  146. Урок 146. 00:03:49
    The .flatten Method on an Array
  147. Урок 147. 00:07:05
    The .zip Method on an Array
  148. Урок 148. 00:03:51
    The .sample Method on an Array
  149. Урок 149. 00:06:00
    Multiply an Array with Asterisk Symbol
  150. Урок 150. 00:06:34
    Union - Combine Arrays and Exclude Duplicates
  151. Урок 151. 00:05:52
    Remove Array Items that Exist in Another Array
  152. Урок 152. 00:06:07
    Array Intersection with the Ampersand Symbol
  153. Урок 153. 00:07:09
    Intro to Hashes
  154. Урок 154. 00:09:55
    Create Hash and Extract Values from Hashes by their Keys
  155. Урок 155. 00:08:18
    Intro to Symbols and Symbols as Hash Keys
  156. Урок 156. 00:03:52
    Convert Symbols to Strings and Vice Versa
  157. Урок 157. 00:05:01
    The .fetch Method on a Hash
  158. Урок 158. 00:05:03
    Add a Key Value Pair to a Hash with Bracket Syntax or the .store Method
  159. Урок 159. 00:03:22
    The .length and .empty? Methods on a Hash
  160. Урок 160. 00:07:19
    The .each Method on a Hash
  161. Урок 161. 00:07:18
    The .each_key and .each_value Methods
  162. Урок 162. 00:02:12
    Retrieve Keys or Values from Hash as an Array
  163. Урок 163. 00:05:37
    Create Hash with Default Value
  164. Урок 164. 00:05:12
    Convert Hash to Array and Vice Versa
  165. Урок 165. 00:06:46
    The .sort and .sort_by Methods on a Hash
  166. Урок 166. 00:04:35
    The .key? and .value? Methods on a Hash
  167. Урок 167. 00:10:21
    Hashes as Method Arguments
  168. Урок 168. 00:03:09
    The .delete Method on a Hash
  169. Урок 169. 00:06:47
    The .select and .reject Methods on a Hash
  170. Урок 170. 00:08:00
    The .merge Method to Combine Hashes
  171. Урок 171. 00:09:30
    CHALLENGE: Word Frequency in a Sentence String
  172. Урок 172. 00:07:51
    Introduction to Blocks
  173. Урок 173. 00:09:55
    The yield Keyword
  174. Урок 174. 00:17:27
    Procs I
  175. Урок 175. 00:03:29
    The .block_given? Method
  176. Урок 176. 00:08:38
    Yielding with Arguments
  177. Урок 177. 00:08:54
    A Custom .each Method
  178. Урок 178. 00:04:15
    Procs II
  179. Урок 179. 00:05:54
    Pass a Ruby Method as Proc
  180. Урок 180. 00:06:36
    Methods with Proc Parameters
  181. Урок 181. 00:12:53
    Intro to Lambdas
  182. Урок 182. 00:13:12
    Lambda Efficiency Example
  183. Урок 183. 00:06:47
    Intro to the Time Object
  184. Урок 184. 00:04:23
    Instance Methods on a Time Object
  185. Урок 185. 00:04:33
    Predicate Methods on Time Objects
  186. Урок 186. 00:08:59
    Add or Subtract Time by Seconds
  187. Урок 187. 00:06:22
    The Comparable Methods on a Time Object
  188. Урок 188. 00:05:03
    Convert Time Object to Other Objects
  189. Урок 189. 00:05:32
    Convert Time Object to Formatted String
  190. Урок 190. 00:07:41
    The .parse and .strptime Methods
  191. Урок 191. 00:04:18
    Read from a Text File with Ruby
  192. Урок 192. 00:04:49
    Write to a Text File with Ruby
  193. Урок 193. 00:03:40
    Rename and Delete a File with Ruby
  194. Урок 194. 00:03:42
    Command Line Arguments (ARGV)
  195. Урок 195. 00:04:54
    The load Method
  196. Урок 196. 00:07:36
    The require and require_relative Methods
  197. Урок 197. 00:15:55
    The .start_with? and .end_with? Methods
  198. Урок 198. 00:10:32
    The .include? Method
  199. Урок 199. 00:10:17
    Intro to Regular Expressions
  200. Урок 200. 00:06:27
    The .scan Method I
  201. Урок 201. 00:06:18
    The .scan Method II
  202. Урок 202. 00:06:30
    The Wildcard Symbol
  203. Урок 203. 00:05:32
    The Backslash
  204. Урок 204. 00:04:08
    RegEx Anchors
  205. Урок 205. 00:04:40
    Exclude Characters
  206. Урок 206. 00:10:00
    The .sub and .gsub Methods with Regular Expressions
  207. Урок 207. 00:07:21
    Rubular.com
  208. Урок 208. 00:11:25
    Intro to Classes
  209. Урок 209. 00:02:55
    Review of the .class Method on Ruby Objects
  210. Урок 210. 00:14:33
    The .superclass and .ancestors Methods on a Class
  211. Урок 211. 00:08:28
    The .methods Method
  212. Урок 212. 00:12:07
    Create A Class
  213. Урок 213. 00:05:15
    Object Aliases
  214. Урок 214. 00:13:35
    Instance Variables and the .initialize Method
  215. Урок 215. 00:10:05
    Instance Methods
  216. Урок 216. 00:05:43
    Override the .to_s Method
  217. Урок 217. 00:05:45
    The self Keyword in an Instance Method
  218. Урок 218. 00:10:36
    Getter Methods
  219. Урок 219. 00:10:54
    Setter Methods
  220. Урок 220. 00:08:37
    Shortcut Accessor Methods
  221. Урок 221. 00:07:59
    Add Parameters to initialize Method
  222. Урок 222. 00:10:36
    Intro to Modules
  223. Урок 223. 00:08:08
    Modules with Identical Methods
  224. Урок 224. 00:03:43
    Import Modules into the Current File
  225. Урок 225. 00:02:53
    The Math Module
  226. Урок 226. 00:18:04
    Mixins I - The Comparable Module
  227. Урок 227. 00:15:25
    Mixins II - Custom Mixins
  228. Урок 228. 00:09:55
    The .ancestors Method in Depth
  229. Урок 229. 00:04:13
    The prepend Keyword
  230. Урок 230. 00:04:55
    The extend Keyword
  231. Урок 231. 00:14:52
    Mixins III - The Enumerable Module
  232. Урок 232. 00:10:29
    Private Methods
  233. Урок 233. 00:11:41
    Protected Methods
  234. Урок 234. 00:09:40
    Add Validation to Setter Methods
  235. Урок 235. 00:10:42
    Prefer Instance Methods to Instance Variables
  236. Урок 236. 00:07:57
    Calling Multiple Setter Methods within one Method
  237. Урок 237. 00:12:17
    Structs
  238. Урок 238. 00:13:05
    Monkey Patching I
  239. Урок 239. 00:15:11
    Monkey Patching II
  240. Урок 240. 00:06:05
    Monkey Patching III
  241. Урок 241. 00:14:27
    Class Variables and Class Methods
  242. Урок 242. 00:04:03
    Review of Inheritance
  243. Урок 243. 00:06:22
    Create Subclasses
  244. Урок 244. 00:06:55
    Check Inheritance Hierarchy
  245. Урок 245. 00:05:23
    The .is_a? and .instance_of? Predicate Methods
  246. Урок 246. 00:05:23
    Exclusive Instance Methods in Subclasses
  247. Урок 247. 00:04:53
    Override Methods in a Subclass
  248. Урок 248. 00:10:30
    The super Keyword I
  249. Урок 249. 00:08:00
    The super Keyword II
  250. Урок 250. 00:07:53
    Class Variables across Subclasses
  251. Урок 251. 00:08:29
    Singleton Classes and Singleton Methods
  252. Урок 252. 00:07:07
    Hash as initialize Argument I
  253. Урок 253. 00:09:09
    Hash as initialize Argument II
  254. Урок 254. 00:05:46
    Intro to Rubydoc Documentation
  255. Урок 255. 00:05:18
    Class Method Documentation on RubyDocs
  256. Урок 256. 00:08:28
    Use rdoc to Generate Your Own Documentation I
  257. Урок 257. 00:05:48
    Use rdoc to Generate Your Own Documentation II
  258. Урок 258. 00:02:04
    Conclusion