Module: Fold
- Defined in:
- lib/fold.rb,
lib/fold/engine.rb,
lib/fold/precompiler.rb,
lib/fold/fold_factory.rb,
lib/fold/abstract_fold.rb,
lib/fold/slice_factory.rb,
lib/fold/abstract_slice.rb
Defined Under Namespace
Modules: FoldFactory, SliceFactory Classes: AbstractFold, AbstractSlice, Engine, Precompiler
Class Method Summary collapse
Class Method Details
.root ⇒ Object
9 10 11 |
# File 'lib/fold.rb', line 9 def self.root @root ||= Pathname.new(__FILE__).dirname. end |