Sha256: c821f9ea565320f8410b418a497a5d9c193d159fbe82741047dd9c4997271551

Contents?: true

Size: 182 Bytes

Versions: 1

Compression:

Stored size: 182 Bytes

Contents

class Musterb::NullExtractor < Musterb::Extractor
  attr_reader :value, :parent

  def initialize(parent = nil)
    @parent = parent || self
  end

  def [](value)
    nil
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
musterb-1.0.0 lib/musterb/null_extractor.rb