class Heartwood::Engine

Public Instance Methods

root() click to toggle source
# File lib/heartwood/engine.rb, line 23
def root
  @root ||= Gem::Specification.find_by_name('heartwood').gem_dir.to_s
end