From b9ed69888a8ff373cf33b49c00cb2ce930c3915c Mon Sep 17 00:00:00 2001 From: ocha Date: Mon, 6 Apr 2015 18:41:23 +0900 Subject: [PATCH] =?UTF-8?q?DiceRoll:=20=E4=B8=8D=E8=A6=81=E3=81=AA?= =?UTF-8?q?=E7=A9=BA=E7=99=BD=E3=82=92=E9=99=A4=E5=8E=BB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/rgrb/plugin/dice_roll/generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rgrb/plugin/dice_roll/generator.rb b/lib/rgrb/plugin/dice_roll/generator.rb index d35baffe..94c1ba24 100644 --- a/lib/rgrb/plugin/dice_roll/generator.rb +++ b/lib/rgrb/plugin/dice_roll/generator.rb @@ -27,7 +27,7 @@ def basic_dice(rolls, sides) dice_roll(rolls, sides).dice_roll_format end end - + # basic_dice の日本語ダイス用ラッパー def basic_dice_ja(rolls_ja, sides_ja) basic_dice(ja_to_i(rolls_ja), ja_to_i(sides_ja))