class Plumb::Pipeline

def is_a_step?(callable)

def is_a_step?(callable)
  return false unless callable.respond_to?(:call)
  true
end