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

Removed Scanf from the ruby repository.

This commit is contained in:
Hiroshi SHIBATA 2019-09-20 12:42:53 +09:00
parent a3b8501614
commit 67a6662032
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
18 changed files with 2 additions and 1388 deletions

View file

@ -1,7 +0,0 @@
require_relative '../../../spec_helper'
require_relative 'shared/block_scanf'
require 'scanf'
describe "String#block_scanf" do
it_behaves_like :scanf_string_block_scanf, :block_scanf
end