Sha256: fdd97b9a9f2bd92ce449aeb296b41cc54d9be78343f286fc6cc8272375fb63ee

Contents?: true

Size: 155 Bytes

Versions: 6

Compression:

Stored size: 155 Bytes

Contents

class Musterb::Chain
  include Musterb::ExtractValues

  def initialize(value)
    @context = new_context(value, Musterb::NullExtractor.new(nil))
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
musterb-1.0.1 lib/musterb/chain.rb
musterb-1.0.0 lib/musterb/chain.rb
musterb-0.2.0 lib/musterb/chain.rb
musterb-0.1.2 lib/musterb/chain.rb
musterb-0.1.1 lib/musterb/chain.rb
musterb-0.1.0 lib/musterb/chain.rb