lib/games_dice/constants.rb in games_dice-0.2.1 vs lib/games_dice/constants.rb in games_dice-0.2.2

- old
+ new

@@ -1,7 +1,7 @@ module GamesDice - # reasons for making a reroll, and text explanation symbols for them + # Reasons for making a reroll, and text explanation symbols for them REROLL_TYPES = { :basic => ',', :reroll_add => '+', :reroll_subtract => '-', :reroll_replace => '|', \ No newline at end of file