class Jekyll::Site

Public Instance Methods

locale_handler() click to toggle source
# File lib/jekyll/patches/site.rb, line 11
def locale_handler
  @locale_handler ||= Locale::Handler.new(self)
end