module Refinery::Wymeditor

Public Class Methods

root() click to toggle source
# File lib/refinery/wymeditor.rb, line 7
def root
  @root ||= Pathname.new(File.expand_path('../../../', __FILE__))
end