Method: Counter#initialize
- Defined in:
- ext/numo/gsl/gen/func_parser.rb
#initialize ⇒ Counter
Returns a new instance of Counter.
336 337 338 |
# File 'ext/numo/gsl/gen/func_parser.rb', line 336 def initialize @i = 0 end |
Returns a new instance of Counter.
336 337 338 |
# File 'ext/numo/gsl/gen/func_parser.rb', line 336 def initialize @i = 0 end |