Coding at USC
Saturday, April 16, 2016
Ruby on Rails_Lesson_Getting Started
›
1.Hello Rails I Ruby on Rails is a web framework that makes it easy to build powerful web apps in a short amount of time. Ruby on Rails is...
2 comments:
Thursday, April 14, 2016
Ruby_Lesson_Object-Oriented Programming II
›
Information Hiding in Ruby 1.Need-to-Know Basis Ruby allows you to explicitly make some methods public and others private . Public metho...
4 comments:
Wednesday, April 13, 2016
Ruby_Lesson_Object-Oriented Programming I
›
Introduction to Classes 1.Why Classes? Ruby is an object-oriented programming language, which means it manipulates programming construc...
1 comment:
Ruby_Lesson_Blocks, Procs, and Lambdas
›
Blocks:A Reintroduction 1.You Know This! We said earlier that a block is like a nameless method, but that's not quite true. (We'...
Tuesday, April 12, 2016
Ruby_Lesson_The Zen of Ruby
›
You're in Control 1.Ruby is a Delight As a language, Ruby prioritizes programmer productivity over program optimization. T...
Monday, April 11, 2016
Ruby_Lesson_Hashes and Symbols
›
More on Hashes 1.The Story So Far We can create hashes several ways, but two of the most popular are hash literal notation : new_hash = {...
›
Home
View web version