method
step
v5.1.7 -
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 8
def step(n = 1, &block)
ensure_iteration_allowed
super
end