Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pipetree

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipetree

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Example use: trailblazer.to/gems/operation/2.0/pipetree.html

Executing a pipetree generated from declarative configuration.

This reduces conditionals at run-time, Replaces clumsy module includes to inject or override features (in the correct order) with explicit, (visual!) pipelines Speeds up as only the pipelines need to be run without too much decider code.

First used in the Representable gem.

Instead of implementing the perfect API where users can override methods, call super or inject their logic, let them construct their own workflow.

This is way less tedious than climbing through super calls and callstacks.

[ tie, tie, tie ] On.new(track, strut) Right.new( step )

Installation

In your Gemfile.

gem "pipetree"

Pipetree runs with Ruby >= 1.9.3.

TODO

  • Catch exceptions and show where in the pipe they were raised.
  • Statically compile pipetrees into Ruby methods to make it lightning fast (paid gem?)

FAQs

Package last updated on 20 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc