1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Use single quotes to match the others

https://github.com/ruby/reline/commit/58a7ca4101
This commit is contained in:
aycabta 2021-10-11 17:30:02 +09:00 committed by git
parent b7ac9a2445
commit 5987bcaa2d

View file

@ -1,5 +1,5 @@
require_relative 'helper'
require "reline"
require 'reline'
class Reline::Test < Reline::TestCase
class DummyCallbackObject