From 5bceb1ade7381765834a8854e0af6d4315516402 Mon Sep 17 00:00:00 2001 From: Parth Sharma <86726240+parth-deepsource@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:16:13 +0530 Subject: [PATCH 1/5] Create issue_priority.rb --- issue_priority.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 issue_priority.rb diff --git a/issue_priority.rb b/issue_priority.rb new file mode 100644 index 0000000..323e33b --- /dev/null +++ b/issue_priority.rb @@ -0,0 +1,8 @@ +begin + bar +rescue +end + + +x < y < z +10 <= x <= 20 From c294f95ff9481e1fe8213f7e568d5e6e25dee545 Mon Sep 17 00:00:00 2001 From: Parth Sharma <86726240+parth-deepsource@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:21:16 +0530 Subject: [PATCH 2/5] Update issue_priority.rb --- issue_priority.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/issue_priority.rb b/issue_priority.rb index 323e33b..7bc6ae4 100644 --- a/issue_priority.rb +++ b/issue_priority.rb @@ -6,3 +6,7 @@ x < y < z 10 <= x <= 20 + +def some_method(bar) + puts 'Hello' +end From f32d1da85659a1912366e2636d53cf18916b842d Mon Sep 17 00:00:00 2001 From: Parth Sharma <86726240+parth-deepsource@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:33:42 +0530 Subject: [PATCH 3/5] Update issue_priority.rb --- issue_priority.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/issue_priority.rb b/issue_priority.rb index 7bc6ae4..64d4012 100644 --- a/issue_priority.rb +++ b/issue_priority.rb @@ -10,3 +10,5 @@ def some_method(bar) puts 'Hello' end + +return 1 From 47b63276513aab516f1b94d0e82847450dfd117d Mon Sep 17 00:00:00 2001 From: Parth Sharma <86726240+parth-deepsource@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:38:16 +0530 Subject: [PATCH 4/5] Update issue_priority.rb --- issue_priority.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/issue_priority.rb b/issue_priority.rb index 64d4012..7bc6ae4 100644 --- a/issue_priority.rb +++ b/issue_priority.rb @@ -10,5 +10,3 @@ def some_method(bar) puts 'Hello' end - -return 1 From 55ad6938b228e0278fcaa028fc9b4200826bd4b2 Mon Sep 17 00:00:00 2001 From: Parth Sharma <86726240+parth-deepsource@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:39:15 +0530 Subject: [PATCH 5/5] Update issue_priority.rb --- issue_priority.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/issue_priority.rb b/issue_priority.rb index 7bc6ae4..5ee8698 100644 --- a/issue_priority.rb +++ b/issue_priority.rb @@ -10,3 +10,5 @@ def some_method(bar) puts 'Hello' end + +a = { 'hello' => 'world', 'testing' => BigDecimal.new(123.456, 3) }