module AnnotateYaml

Constants

DEFAULT_YML_LOOKUP
VERSION

Public Class Methods

annotate_locales() click to toggle source
# File lib/annotate_yaml/annotate_yaml.rb, line 107
def annotate_locales
  file_names.each do |file_name|
    FileHandler.new(file_name).call
  end
end
file_names() click to toggle source
# File lib/annotate_yaml/annotate_yaml.rb, line 113
def file_names
  Dir.glob(DEFAULT_YML_LOOKUP)
end