module Jekyll::Haml::Markup

markup module

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/jekyll/haml/markup.rb, line 11
def self.root
  Pathname.new File.expand_path('../../..', __dir__)
end