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:
parent
b7ac9a2445
commit
5987bcaa2d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
require_relative 'helper'
|
||||
require "reline"
|
||||
require 'reline'
|
||||
|
||||
class Reline::Test < Reline::TestCase
|
||||
class DummyCallbackObject
|
||||
|
|
Loading…
Add table
Reference in a new issue