Method: Ayadn::Status#threshold

Defined in:
lib/ayadn/status.rb

#thresholdObject



356
357
358
359
360
361
# File 'lib/ayadn/status.rb', line 356

def threshold
  say do
    say_error "please enter a value between 0.1 and 3.5"
    say_green :info, "example: 2.1"
  end
end