class Ant::Client::Validator::NoValidator
Implement the empty validator for http client responses.
Public Instance Methods
validate(response)
click to toggle source
# File lib/ant/client/validator/no_validator.rb, line 10 def validate(response) response end