Skip to content

Commit 2cfd663

Browse files
committed
Fix double quotes ruby
1 parent 89b7f6c commit 2cfd663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ruby/busca_sequencial_recursiva.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require 'test/unit/assertions'
3+
require "test/unit/assertions"
44
include Test::Unit::Assertions
55

66
# Retorna o índice do elemento. Se não existir, retorna -1.

src/ruby/palindromo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require 'test/unit/assertions'
3+
require "test/unit/assertions"
44
include Test::Unit::Assertions
55

66
# the easiest implementation would be using .reverse method

0 commit comments

Comments
 (0)