module CagnutPipelineDraw
Constants
- VERSION
Public Class Methods
config_name()
click to toggle source
# File lib/cagnut_pipeline_draw.rb, line 15 def config_name 'draw' end
pipeline_names()
click to toggle source
# File lib/cagnut_pipeline_draw.rb, line 11 def pipeline_names %W(draw1 draw2 draw3 draw) end
root()
click to toggle source
# File lib/cagnut_pipeline_draw.rb, line 19 def root ::Pathname.new File.expand_path '../..', __FILE__ end