From 38bef1372c107d352cbcaba50a718decc719bc1b Mon Sep 17 00:00:00 2001 From: Date: Sun, 7 Jan 2018 22:56:02 +0900 Subject: [PATCH] =?UTF-8?q?mikutter.rb=20spec=E3=81=97=E3=81=9F=E3=81=A8?= =?UTF-8?q?=E3=81=8D=E3=81=ABDelayer=E3=81=8C=E5=88=9D=E6=9C=9F=E5=8C=96?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=81=A6=E3=81=8A=E3=82=89=E3=81=9A=E8=90=BD?= =?UTF-8?q?=E3=81=A1=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/boot/shell/spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/core/boot/shell/spec.rb b/core/boot/shell/spec.rb index c56eeaa..eff6d57 100644 --- a/core/boot/shell/spec.rb +++ b/core/boot/shell/spec.rb @@ -3,6 +3,7 @@ require "fileutils" require 'ripper' +miquire :boot, "delayer" miquire :core, "userconfig" # イカサマ依存関係自動解決クラス。 -- 2.7.4