bookmark

Normal For Loop - Ruby Forum


Description

module Kernel def cfor (init, condition, increment) init.call while condition.call yield increment.call end end end

Preview

Tags

Users

  • @bshanks

Comments and Reviews