class Pipely::Dependency
Represents a dependency from one Component
on another amzn.to/16lbBKx
Public Instance Methods
color()
click to toggle source
Calls superclass method
# File lib/pipely/dependency.rb, line 8 def color super || 'black' end