Sha256: dcab96d06ac856d271ed47a5493816dc6715ab2d90a0a55bc17a55bdad6236c4

Contents?: true

Size: 146 Bytes

Versions: 9

Compression:

Stored size: 146 Bytes

Contents

class Musterb::NullExtractor
  attr_reader :value, :parent

  def initialize(parent)
    @parent = parent
  end

  def [](value)
    nil
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
musterb-0.1.2 lib/musterb/null_extractor.rb
musterb-0.1.1 lib/musterb/null_extractor.rb
musterb-0.1.0 lib/musterb/null_extractor.rb
musterb-0.0.7 lib/musterb/null_extractor.rb
musterb-0.0.6 lib/musterb/null_extractor.rb
musterb-0.0.5 lib/musterb/null_extractor.rb
musterb-0.0.4 lib/musterb/null_extractor.rb
musterb-0.0.3 lib/musterb/null_extractor.rb
musterb-0.0.2 lib/musterb/null_extractor.rb