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