Using custom objects in Ruby Ranges
02-May-2019 1698
What’s more is that ranges can be created from any object which implements the succ and <=> methods. Note that succ is short for successor, and that <=> is also known as the spaceship operator.Let’s say I would like to create ranges based the theatrical release order of the Star Wars movies. I might write the following code:.
Using custom objects in Ruby Ranges #ruby #rubydeveloper #rubyonrails #Using #custom #objects #Ranges https://rubyonrails.ba/link/using-custom-objects-in-ruby-ranges