Skip to content

Commit

Permalink
DiceRoll: コメント位置の修正
Browse files Browse the repository at this point in the history
constracts.rb に書かれたコメントの位置を修正した
  • Loading branch information
koi-chan committed Apr 6, 2015
1 parent a61a14d commit fda65f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rgrb/plugin/dice_roll/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
module RGRB
module Plugin
module DiceRoll
# アラビア数字による数を表す正規表現
NUM_RE = /[1-9]/
# アラビア数字による複数桁の数を表す正規表現
NUMS_RE = /[1-9]\d*/
# ひらがなによる数を表す正規表現
KANA_NUM_RE = /[あかさたなはまやら]/
# ひらがなによる複数桁の数字を表す正規表現
KANA_NUMS_RE = /[あかさたなはまやら][あかさたなはまやらわ]*/
end
end
Expand Down

0 comments on commit fda65f4

Please sign in to comment.