Sha256: d43bc69b502a5c875771c405f439e5c346a6791dac6aaf66f11ac4dba1c24ceb
Contents?: true
Size: 256 Bytes
Versions: 8
Compression:
Stored size: 256 Bytes
Contents
module Refinery module Wymeditor class << self def root @root ||= Pathname.new(File.expand_path('../../../', __FILE__)) end end require 'refinery/wymeditor/engine' require 'refinery/wymeditor/configuration' end end
Version data entries
8 entries across 8 versions & 1 rubygems