class JsonChecker::Checker
Public Instance Methods
run()
click to toggle source
# File lib/json_checker.rb, line 7 def run() jsonConfig = JSONFetcher.json_from_path('json-config.json') unless jsonConfig.nil? JSONValidator.validate_with_config(jsonConfig) end end