Mega Code Archive
Categories
/
Ruby
/
Number
String interpolation with method call
number = 5 puts "The number after #{number} is #{number.next}."