Why Ruby is known as a language of flexibility?

Technology CommunityCategory: RubyWhy Ruby is known as a language of flexibility?
VietMX Staff asked 3 years ago

Ruby is known as a language of flexibility because it facilitates its author to alter the programming elements. Some specific parts of the language can be removed or redefined. Ruby does not restrict the user. For example, to add two numbers, Ruby allows to use + sign or the word plus. This alteration can be done with Ruby’s built-in class Numeric.