## with increment of 1
1.upto(10) do |i|
puts i
end
## with increment defined
1.step(10,2) { |i| puts i } #=> 1
Code Example |
---|
Ruby :: rails multiple rescue |
Ruby :: rotate array by k times in rails |
Ruby :: devise trackable not working for authentication |
Ruby :: ruby on rails collapse array |
Ruby :: self join relationship rails |
Ruby :: rails .map unless nil |
Ruby :: update_all |
Ruby :: ruby classes |
Ruby :: how to install webpck on ubuntu globally |
Ruby :: comment |
Ruby :: ruby timeout |
Ruby :: hoow to match a complete word in ruby? |
Ruby :: how to make rails |
R :: r ggplot regression line |
R :: generate all possible combinations of a set of characters r |
R :: r range with step |
R :: why is correlation na in r |
R :: split strings by space in r |
R :: r - remove NA |
R :: columns of a datafram in r |
R :: operators R |
R :: create vector in r |
R :: table() in r |
R :: color code in R |
R :: how to filter a vector by location in r |
R :: apply function to all vector elements r |
R :: correlation matrix using factors r |
R :: gsub function r |
R :: combine scripts into a pipeline |
R :: concatenate r |