Module: Cpflow
- Defined in:
- lib/cpflow.rb,
lib/cpflow/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"4.1.1"
- MIN_CPLN_VERSION =
"3.1.0"
Class Method Summary collapse
Class Method Details
.root_path ⇒ Object
44 45 46 |
# File 'lib/cpflow.rb', line 44 def self.root_path Pathname.new(File.("../", __dir__)) end |