method
step
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::EachTimeWithZone
step(n = 1, &block)public
No documentation available.
# File activesupport/lib/active_support/core_ext/range/each.rb, line 12
def step(n = 1, &block)
ensure_iteration_allowed
super
end