Method: React::Validator#initialize

Defined in:
lib/react/validator.rb

#initialize(props_wrapper = Class.new(Component::PropsWrapper)) ⇒ Validator

Returns a new instance of Validator.



7
8
9
# File 'lib/react/validator.rb', line 7

def initialize(props_wrapper = Class.new(Component::PropsWrapper))
  @props_wrapper = props_wrapper
end