- To Ruby From PHP # Ruby is dynamically typed, like in PHP, so you don’t need to worry about having to declare variables. # There are classes, and you can control access to them like in PHP 5 (public, protected and private) # Some variables start with $, like in PHP (but
- What is ruby? Ruby is “an interpreted scripting language for quick and easy object-oriented programming” – what does this mean?