Skip to content

Instantly share code, notes, and snippets.

View streppa's full-sized avatar

Scott Treppa streppa

View GitHub Profile

Keybase proof

I hereby claim:

  • I am streppa on github.
  • I am streppa (https://keybase.io/streppa) on keybase.
  • I have a public key ASByb0E0h8kB124g8ddhsiBG-Ta6ADpyyBPl_jntx8oAwwo

To claim this, I am signing this object:

@streppa
streppa / example.rb
Last active February 21, 2018 20:08
An contrived example [dry-container, dry-configurable, dry-auto_inject]
#!/usr/bin/env ruby
require 'bundler/inline'
gemfile(true) do
source "https://rubygems.org"
gem 'dry-system', '0.8.0'
gem 'dry-configurable'
gem 'dry-container'
gem 'dry-auto_inject', '0.4.4'