Exception: MovingAverage::Errors::NotEnoughDataError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/moving_average/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



18
19
20
# File 'lib/moving_average/errors.rb', line 18

def message
  'Given tail is too large for idx.'
end