class Stattleship::Validators::StreakLengthValidator
Public Instance Methods
validate()
click to toggle source
# File lib/stattleship/validators/streak_length_validator.rb, line 4 def validate validates_positive_integer end