class Kind::Validator::InvalidDefaultStrategy
Constants
- OPTIONS
Public Class Methods
new(option)
click to toggle source
Calls superclass method
# File lib/kind/validator.rb, line 23 def initialize(option) super "#{option.inspect} is an invalid option. Please use one of these: #{OPTIONS}" end