module Refinery::Redactor
Constants
- VERSION
Public Class Methods
root()
click to toggle source
# File lib/refinery/redactor.rb, line 4 def root @root ||= Pathname.new(File.expand_path('../../../', __FILE__)) end