Autocorrect Style/GlobalStdStream offenses

This commit is contained in:
Carlos Chitty
2025-03-26 10:58:05 -04:00
parent 1109ccfc3d
commit be76e714c6
6 changed files with 6 additions and 16 deletions

View File

@@ -54,7 +54,7 @@ namespace :ofn do
def request_order_cycle_id
puts "Please input Order Cycle ID to debug"
input = STDIN.gets.chomp
input = $stdin.gets.chomp
exit if input.blank? || !Integer(input)
Integer(input)
end