module YamlChecker

Constants

VERSION

Public Instance Methods

check(file_name) click to toggle source
# File lib/yaml_checker.rb, line 5
def check(file_name)
  Checker.new(file_name).check
end