class Tchae::Validator1

same as Validator but with Arity 1 execution semantics

Public Instance Methods

execute(input) click to toggle source
# File lib/tchae/core.rb, line 147
def execute(input)
  @proc.call(input)
end