diff --git a/issue_priority.rb b/issue_priority.rb new file mode 100644 index 0000000..5ee8698 --- /dev/null +++ b/issue_priority.rb @@ -0,0 +1,14 @@ +begin + bar +rescue +end + + +x < y < z +10 <= x <= 20 + +def some_method(bar) + puts 'Hello' +end + +a = { 'hello' => 'world', 'testing' => BigDecimal.new(123.456, 3) }