dryrb/dry-pipeline

View on GitHub
lib/dry/pipeline/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Dry
  class Pipeline
    VERSION = '0.0.2'.freeze
  end
end