Methods
Class Public methods
new(start_state, max_counter)
Link
Source: show
# File benchmark/bm_so_object.rb, line 23 def initialize(start_state, max_counter) super start_state @count_max = max_counter @counter = 0 end
Instance Public methods